Html Css Color HEX #85814C Clay Creek

📋 copy color: '#85814C'

red 133 ◦ green 129 ◦ blue 76

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

Shades of Clay Creek #85814C

Tints of Clay Creek #85814C

RGB

 RED value IS 133 (52.34% from 255) = 39.35%

 GREEN value IS 129 (50.78% from 255) = 38.17%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 39.35%
G = 38.17%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85814C (or 0x85814C) is known color: Clay Creek. HEX triplet: 85, 81 and 4C. RGB value is (133,129,76). Sum of RGB (Red+Green+Blue) = 133+129+76=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85814C is #7A7EB3. Grayscale: #7C7C7C. Windows color (decimal): -8027828 or 5013893. OLE color: 5013893.

HSL color Cylindrical-coordinate representation of color #85814C: hue angle of 55.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85814C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 76 -
CMYK 0 0.03 0.43 0.48
HSL 55.79º 0.27% 0.41% -
HSV(B) 55.79º 0.43% 0.52% -
XYZ 18.83 21.21 9.94 -
YUV 124.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 133 129 76 0 0.03 0.43 0.48 55.79 0.27 0.41
Hex 85 81 4C 0 3 2B 30 38 1B 29
Octal 205 201 114 0 3 53 60 70 33 51
Binary 10000101 10000001 1001100 0 11 101011 110000 111000 11011 101001

Color Harmonies of #85814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85814C

Black with #85814C

Text Example


Text Example

White with #85814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85814C; }

 p { color: rgb(133,129,76); }

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

background-color css

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

 a { background-color: rgb(133,129,76); }

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

border-color css

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

 span { border-color: rgb(133,129,76); }

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