Html Css Color HEX #85834F Kokoda

📋 copy color: '#85834F'

red 133 ◦ green 131 ◦ blue 79

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

Shades of Kokoda #85834F

Tints of Kokoda #85834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

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

R = 38.78%
G = 38.19%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85834F (or 0x85834F) is known color: Kokoda. HEX triplet: 85, 83 and 4F. RGB value is (133,131,79). Sum of RGB (Red+Green+Blue) = 133+131+79=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85834F is #7A7CB0. Grayscale: #7D7D7D. Windows color (decimal): -8027313 or 5211013. OLE color: 5211013.

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

Color convert

RGB 133 131 79 -
CMYK 0 0.02 0.41 0.48
HSL 57.78º 0.25% 0.42% -
HSV(B) 57.78º 0.41% 0.52% -
XYZ 19.2 21.78 10.59 -
YUV 125.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 133 131 79 0 0.02 0.41 0.48 57.78 0.25 0.42
Hex 85 83 4F 0 2 29 30 3A 19 2A
Octal 205 203 117 0 2 51 60 72 31 52
Binary 10000101 10000011 1001111 0 10 101001 110000 111010 11001 101010

Color Harmonies of #85834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85834F

Black with #85834F

Text Example


Text Example

White with #85834F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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