Html Css Color HEX #827950 Clay Creek

📋 copy color: '#827950'

red 130 ◦ green 121 ◦ blue 80

#827950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #827950

Tints of Clay Creek #827950

RGB

 RED value IS 130 (51.17% from 255) = 39.27%

 GREEN value IS 121 (47.66% from 255) = 36.56%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 39.27%
G = 36.56%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#827950 (or 0x827950) is known color: Clay Creek. HEX triplet: 82, 79 and 50. RGB value is (130,121,80). Sum of RGB (Red+Green+Blue) = 130+121+80=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827950 is #7D86AF. Grayscale: #777777. Windows color (decimal): -8226480 or 5273986. OLE color: 5273986.

HSL color Cylindrical-coordinate representation of color #827950: hue angle of 49.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827950 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 80 -
CMYK 0 0.07 0.38 0.49
HSL 49.2º 0.24% 0.41% -
HSV(B) 49.2º 0.38% 0.51% -
XYZ 17.49 19 10.33 -
YUV 119.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 130 121 80 0 0.07 0.38 0.49 49.2 0.24 0.41
Hex 82 79 50 0 7 26 31 31 18 29
Octal 202 171 120 0 7 46 61 61 30 51
Binary 10000010 1111001 1010000 0 111 100110 110001 110001 11000 101001

Color Harmonies of #827950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827950

Black with #827950

Text Example


Text Example

White with #827950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827950; }

 p { color: rgb(130,121,80); }

 H1.HeaderClassName
 {
   color: #827950;
 }
 .AnyTagClassName
 {
   color: #827950;
 }
</style>

background-color css

<style>
 a { background-color: #827950; }

 a { background-color: rgb(130,121,80); }

 div.DivClassName
 {
   background-color: #827950;
 }
 .BgClassName
 {
   background-color: #827950;
 }
</style>

border-color css

<style>
 span { border-color: #827950; }

 span { border-color: rgb(130,121,80); }

 td.TdClassName
 {
   border-color: #827950;
 }
 .TagClassName
 {
   border-color: #827950;
 }
</style>