Html Css Color HEX #85814D Clay Creek

📋 copy color: '#85814D'

red 133 ◦ green 129 ◦ blue 77

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

Shades of Clay Creek #85814D

Tints of Clay Creek #85814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 39.23%
G = 38.05%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85814D (or 0x85814D) is known color: Clay Creek. HEX triplet: 85, 81 and 4D. RGB value is (133,129,77). Sum of RGB (Red+Green+Blue) = 133+129+77=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85814D is #7A7EB2. Grayscale: #7C7C7C. Windows color (decimal): -8027827 or 5079429. OLE color: 5079429.

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

Color convert

RGB 133 129 77 -
CMYK 0 0.03 0.42 0.48
HSL 55.71º 0.27% 0.41% -
HSV(B) 55.71º 0.42% 0.52% -
XYZ 18.86 21.22 10.12 -
YUV 124.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 133 129 77 0 0.03 0.42 0.48 55.71 0.27 0.41
Hex 85 81 4D 0 3 2A 30 38 1B 29
Octal 205 201 115 0 3 52 60 70 33 51
Binary 10000101 10000001 1001101 0 11 101010 110000 111000 11011 101001

Color Harmonies of #85814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85814D

Black with #85814D

Text Example


Text Example

White with #85814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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