Html Css Color HEX #858352 Kokoda

📋 copy color: '#858352'

red 133 ◦ green 131 ◦ blue 82

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

Shades of Kokoda #858352

Tints of Kokoda #858352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 38.44%
G = 37.86%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#858352 (or 0x858352) is known color: Kokoda. HEX triplet: 85, 83 and 52. RGB value is (133,131,82). Sum of RGB (Red+Green+Blue) = 133+131+82=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #858352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858352 is #7A7CAD. Grayscale: #7E7E7E. Windows color (decimal): -8027310 or 5407621. OLE color: 5407621.

HSL color Cylindrical-coordinate representation of color #858352: hue angle of 57.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858352 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 82 -
CMYK 0 0.02 0.38 0.48
HSL 57.65º 0.24% 0.42% -
HSV(B) 57.65º 0.38% 0.52% -
XYZ 19.31 21.83 11.18 -
YUV 126.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 133 131 82 0 0.02 0.38 0.48 57.65 0.24 0.42
Hex 85 83 52 0 2 26 30 3A 18 2A
Octal 205 203 122 0 2 46 60 72 30 52
Binary 10000101 10000011 1010010 0 10 100110 110000 111010 11000 101010

Color Harmonies of #858352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858352

Black with #858352

Text Example


Text Example

White with #858352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858352; }

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

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

background-color css

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

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

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

border-color css

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

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

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