Html Css Color HEX #858850 Kokoda

📋 copy color: '#858850'

red 133 ◦ green 136 ◦ blue 80

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

Shades of Kokoda #858850

Tints of Kokoda #858850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 38.11%
G = 38.97%
B = 22.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#858850 (or 0x858850) is known color: Kokoda. HEX triplet: 85, 88 and 50. RGB value is (133,136,80). Sum of RGB (Red+Green+Blue) = 133+136+80=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #858850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858850 is #7A77AF. Grayscale: #808080. Windows color (decimal): -8026032 or 5277829. OLE color: 5277829.

HSL color Cylindrical-coordinate representation of color #858850: hue angle of 63.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #858850 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 80 -
CMYK 0.02 0 0.41 0.47
HSL 63.21º 0.26% 0.42% -
HSV(B) 63.21º 0.41% 0.53% -
XYZ 19.93 23.17 11.01 -
YUV 128.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 133 136 80 0.02 0 0.41 0.47 63.21 0.26 0.42
Hex 85 88 50 2 0 29 2F 3F 1A 2A
Octal 205 210 120 2 0 51 57 77 32 52
Binary 10000101 10001000 1010000 10 0 101001 101111 111111 11010 101010

Color Harmonies of #858850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858850

Black with #858850

Text Example


Text Example

White with #858850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858850; }

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

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

background-color css

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

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

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

border-color css

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

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

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