Html Css Color HEX #85844F Kokoda

📋 copy color: '#85844F'

red 133 ◦ green 132 ◦ blue 79

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

Shades of Kokoda #85844F

Tints of Kokoda #85844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

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

R = 38.66%
G = 38.37%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85844F (or 0x85844F) is known color: Kokoda. HEX triplet: 85, 84 and 4F. RGB value is (133,132,79). Sum of RGB (Red+Green+Blue) = 133+132+79=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85844F is #7A7BB0. Grayscale: #7E7E7E. Windows color (decimal): -8027057 or 5211269. OLE color: 5211269.

HSL color Cylindrical-coordinate representation of color #85844F: hue angle of 58.89º 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 #85844F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 79 -
CMYK 0 0.01 0.41 0.48
HSL 58.89º 0.25% 0.42% -
HSV(B) 58.89º 0.41% 0.52% -
XYZ 19.34 22.05 10.63 -
YUV 126.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 133 132 79 0 0.01 0.41 0.48 58.89 0.25 0.42
Hex 85 84 4F 0 1 29 30 3B 19 2A
Octal 205 204 117 0 1 51 60 73 31 52
Binary 10000101 10000100 1001111 0 1 101001 110000 111011 11001 101010

Color Harmonies of #85844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85844F

Black with #85844F

Text Example


Text Example

White with #85844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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