Html Css Color HEX #858550 Kokoda

📋 copy color: '#858550'

red 133 ◦ green 133 ◦ blue 80

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

Shades of Kokoda #858550

Tints of Kokoda #858550

RGB

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

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

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

R = 38.44%
G = 38.44%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#858550 (or 0x858550) is known color: Kokoda. HEX triplet: 85, 85 and 50. RGB value is (133,133,80). Sum of RGB (Red+Green+Blue) = 133+133+80=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858550 is #7A7AAF. Grayscale: #7F7F7F. Windows color (decimal): -8026800 or 5277061. OLE color: 5277061.

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

Color convert

RGB 133 133 80 -
CMYK 0 0 0.40 0.48
HSL 60º 0.25% 0.42% -
HSV(B) 60º 0.4% 0.52% -
XYZ 19.51 22.34 10.87 -
YUV 126.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 133 133 80 0 0 0.40 0.48 60 0.25 0.42
Hex 85 85 50 0 0 28 30 3C 19 2A
Octal 205 205 120 0 0 50 60 74 31 52
Binary 10000101 10000101 1010000 0 0 101000 110000 111100 11001 101010

Color Harmonies of #858550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858550

Black with #858550

Text Example


Text Example

White with #858550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858550; }

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

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

background-color css

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

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

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

border-color css

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

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

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