Html Css Color HEX #85814F Clay Creek

📋 copy color: '#85814F'

red 133 ◦ green 129 ◦ blue 79

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

Shades of Clay Creek #85814F

Tints of Clay Creek #85814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 39%
G = 37.83%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85814F (or 0x85814F) is known color: Clay Creek. HEX triplet: 85, 81 and 4F. RGB value is (133,129,79). Sum of RGB (Red+Green+Blue) = 133+129+79=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85814F is #7A7EB0. Grayscale: #7C7C7C. Windows color (decimal): -8027825 or 5210501. OLE color: 5210501.

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

Color convert

RGB 133 129 79 -
CMYK 0 0.03 0.41 0.48
HSL 55.56º 0.25% 0.42% -
HSV(B) 55.56º 0.41% 0.52% -
XYZ 18.93 21.25 10.5 -
YUV 124.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 133 129 79 0 0.03 0.41 0.48 55.56 0.25 0.42
Hex 85 81 4F 0 3 29 30 38 19 2A
Octal 205 201 117 0 3 51 60 70 31 52
Binary 10000101 10000001 1001111 0 11 101001 110000 111000 11001 101010

Color Harmonies of #85814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85814F

Black with #85814F

Text Example


Text Example

White with #85814F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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