Html Css Color HEX #858852 Kokoda

📋 copy color: '#858852'

red 133 ◦ green 136 ◦ blue 82

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

Shades of Kokoda #858852

Tints of Kokoda #858852

RGB

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

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

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

R = 37.89%
G = 38.75%
B = 23.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#858852 (or 0x858852) is known color: Kokoda. HEX triplet: 85, 88 and 52. RGB value is (133,136,82). Sum of RGB (Red+Green+Blue) = 133+136+82=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #858852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858852 is #7A77AD. Grayscale: #818181. Windows color (decimal): -8026030 or 5408901. OLE color: 5408901.

HSL color Cylindrical-coordinate representation of color #858852: hue angle of 63.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858852 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 82 -
CMYK 0.02 0 0.40 0.47
HSL 63.33º 0.25% 0.43% -
HSV(B) 63.33º 0.4% 0.53% -
XYZ 20 23.2 11.41 -
YUV 128.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 133 136 82 0.02 0 0.40 0.47 63.33 0.25 0.43
Hex 85 88 52 2 0 28 2F 3F 19 2B
Octal 205 210 122 2 0 50 57 77 31 53
Binary 10000101 10001000 1010010 10 0 101000 101111 111111 11001 101011

Color Harmonies of #858852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858852

Black with #858852

Text Example


Text Example

White with #858852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858852; }

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

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

background-color css

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

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

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

border-color css

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

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

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