Html Css Color HEX #827B5E Clay Creek

📋 copy color: '#827B5E'

red 130 ◦ green 123 ◦ blue 94

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

Shades of Clay Creek #827B5E

Tints of Clay Creek #827B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 37.46%
G = 35.45%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#827B5E (or 0x827B5E) is known color: Clay Creek. HEX triplet: 82, 7B and 5E. RGB value is (130,123,94). Sum of RGB (Red+Green+Blue) = 130+123+94=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5E is #7D84A1. Grayscale: #797979. Windows color (decimal): -8225954 or 6192002. OLE color: 6192002.

HSL color Cylindrical-coordinate representation of color #827B5E: hue angle of 48.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #827B5E is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 94 -
CMYK 0 0.05 0.28 0.49
HSL 48.33º 0.16% 0.44% -
HSV(B) 48.33º 0.28% 0.51% -
XYZ 18.31 19.72 13.43 -
YUV 121.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 130 123 94 0 0.05 0.28 0.49 48.33 0.16 0.44
Hex 82 7B 5E 0 5 1C 31 30 10 2C
Octal 202 173 136 0 5 34 61 60 20 54
Binary 10000010 1111011 1011110 0 101 11100 110001 110000 10000 101100

Color Harmonies of #827B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B5E

Black with #827B5E

Text Example


Text Example

White with #827B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B5E; }

 p { color: rgb(130,123,94); }

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

background-color css

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

 a { background-color: rgb(130,123,94); }

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

border-color css

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

 span { border-color: rgb(130,123,94); }

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