Html Css Color HEX #858251 Kokoda

📋 copy color: '#858251'

red 133 ◦ green 130 ◦ blue 81

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

Shades of Kokoda #858251

Tints of Kokoda #858251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 38.66%
G = 37.79%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#858251 (or 0x858251) is known color: Kokoda. HEX triplet: 85, 82 and 51. RGB value is (133,130,81). Sum of RGB (Red+Green+Blue) = 133+130+81=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #858251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858251 is #7A7DAE. Grayscale: #7D7D7D. Windows color (decimal): -8027567 or 5341829. OLE color: 5341829.

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

Color convert

RGB 133 130 81 -
CMYK 0 0.02 0.39 0.48
HSL 56.54º 0.24% 0.42% -
HSV(B) 56.54º 0.39% 0.52% -
XYZ 19.14 21.55 10.93 -
YUV 125.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 133 130 81 0 0.02 0.39 0.48 56.54 0.24 0.42
Hex 85 82 51 0 2 27 30 39 18 2A
Octal 205 202 121 0 2 47 60 71 30 52
Binary 10000101 10000010 1010001 0 10 100111 110000 111001 11000 101010

Color Harmonies of #858251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858251

Black with #858251

Text Example


Text Example

White with #858251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858251; }

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

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

background-color css

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

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

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

border-color css

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

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

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