Html Css Color HEX #85884F Kokoda

📋 copy color: '#85884F'

red 133 ◦ green 136 ◦ blue 79

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

Shades of Kokoda #85884F

Tints of Kokoda #85884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

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

R = 38.22%
G = 39.08%
B = 22.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#85884F (or 0x85884F) is known color: Kokoda. HEX triplet: 85, 88 and 4F. RGB value is (133,136,79). Sum of RGB (Red+Green+Blue) = 133+136+79=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #85884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85884F is #7A77B0. Grayscale: #808080. Windows color (decimal): -8026033 or 5212293. OLE color: 5212293.

HSL color Cylindrical-coordinate representation of color #85884F: hue angle of 63.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85884F is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 79 -
CMYK 0.02 0 0.42 0.47
HSL 63.16º 0.27% 0.42% -
HSV(B) 63.16º 0.42% 0.53% -
XYZ 19.89 23.16 10.82 -
YUV 128.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 133 136 79 0.02 0 0.42 0.47 63.16 0.27 0.42
Hex 85 88 4F 2 0 2A 2F 3F 1B 2A
Octal 205 210 117 2 0 52 57 77 33 52
Binary 10000101 10001000 1001111 10 0 101010 101111 111111 11011 101010

Color Harmonies of #85884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85884F

Black with #85884F

Text Example


Text Example

White with #85884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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