Html Css Color HEX #85834C Kokoda

📋 copy color: '#85834C'

red 133 ◦ green 131 ◦ blue 76

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

Shades of Kokoda #85834C

Tints of Kokoda #85834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 39.12%
G = 38.53%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85834C (or 0x85834C) is known color: Kokoda. HEX triplet: 85, 83 and 4C. RGB value is (133,131,76). Sum of RGB (Red+Green+Blue) = 133+131+76=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85834C is #7A7CB3. Grayscale: #7D7D7D. Windows color (decimal): -8027316 or 5014405. OLE color: 5014405.

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

Color convert

RGB 133 131 76 -
CMYK 0 0.02 0.43 0.48
HSL 57.89º 0.27% 0.41% -
HSV(B) 57.89º 0.43% 0.52% -
XYZ 19.09 21.74 10.03 -
YUV 125.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 133 131 76 0 0.02 0.43 0.48 57.89 0.27 0.41
Hex 85 83 4C 0 2 2B 30 3A 1B 29
Octal 205 203 114 0 2 53 60 72 33 51
Binary 10000101 10000011 1001100 0 10 101011 110000 111010 11011 101001

Color Harmonies of #85834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85834C

Black with #85834C

Text Example


Text Example

White with #85834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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