Html Css Color HEX #858255 Kokoda

📋 copy color: '#858255'

red 133 ◦ green 130 ◦ blue 85

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

Shades of Kokoda #858255

Tints of Kokoda #858255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 38.22%
G = 37.36%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#858255 (or 0x858255) is known color: Kokoda. HEX triplet: 85, 82 and 55. RGB value is (133,130,85). Sum of RGB (Red+Green+Blue) = 133+130+85=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #858255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858255 is #7A7DAA. Grayscale: #7D7D7D. Windows color (decimal): -8027563 or 5603973. OLE color: 5603973.

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

Color convert

RGB 133 130 85 -
CMYK 0 0.02 0.36 0.48
HSL 56.25º 0.22% 0.43% -
HSV(B) 56.25º 0.36% 0.52% -
XYZ 19.3 21.61 11.75 -
YUV 125.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 133 130 85 0 0.02 0.36 0.48 56.25 0.22 0.43
Hex 85 82 55 0 2 24 30 38 16 2B
Octal 205 202 125 0 2 44 60 70 26 53
Binary 10000101 10000010 1010101 0 10 100100 110000 111000 10110 101011

Color Harmonies of #858255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858255

Black with #858255

Text Example


Text Example

White with #858255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858255; }

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

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

background-color css

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

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

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

border-color css

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

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

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