Html Css Color HEX #858258 Kokoda

📋 copy color: '#858258'

red 133 ◦ green 130 ◦ blue 88

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

Shades of Kokoda #858258

Tints of Kokoda #858258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 37.89%
G = 37.04%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#858258 (or 0x858258) is known color: Kokoda. HEX triplet: 85, 82 and 58. RGB value is (133,130,88). Sum of RGB (Red+Green+Blue) = 133+130+88=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #858258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858258 is #7A7DA7. Grayscale: #7E7E7E. Windows color (decimal): -8027560 or 5800581. OLE color: 5800581.

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

Color convert

RGB 133 130 88 -
CMYK 0 0.02 0.34 0.48
HSL 56º 0.2% 0.43% -
HSV(B) 56º 0.34% 0.52% -
XYZ 19.42 21.66 12.39 -
YUV 126.11 106.49 132.92 -
System Red Green Blue C M Y K H S L
Decimal 133 130 88 0 0.02 0.34 0.48 56 0.2 0.43
Hex 85 82 58 0 2 22 30 38 14 2B
Octal 205 202 130 0 2 42 60 70 24 53
Binary 10000101 10000010 1011000 0 10 100010 110000 111000 10100 101011

Color Harmonies of #858258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858258

Black with #858258

Text Example


Text Example

White with #858258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858258; }

 p { color: rgb(133,130,88); }

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

background-color css

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

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

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

border-color css

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

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

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