Html Css Color HEX #858351 Kokoda

📋 copy color: '#858351'

red 133 ◦ green 131 ◦ blue 81

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

Shades of Kokoda #858351

Tints of Kokoda #858351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.97%

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

R = 38.55%
G = 37.97%
B = 23.48%

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

#858351 (or 0x858351) is known color: Kokoda. HEX triplet: 85, 83 and 51. RGB value is (133,131,81). Sum of RGB (Red+Green+Blue) = 133+131+81=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #858351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858351 is #7A7CAE. Grayscale: #7E7E7E. Windows color (decimal): -8027311 or 5342085. OLE color: 5342085.

HSL color Cylindrical-coordinate representation of color #858351: hue angle of 57.69º 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 #858351 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 81 -
CMYK 0 0.02 0.39 0.48
HSL 57.69º 0.24% 0.42% -
HSV(B) 57.69º 0.39% 0.52% -
XYZ 19.27 21.81 10.98 -
YUV 125.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 133 131 81 0 0.02 0.39 0.48 57.69 0.24 0.42
Hex 85 83 51 0 2 27 30 3A 18 2A
Octal 205 203 121 0 2 47 60 72 30 52
Binary 10000101 10000011 1010001 0 10 100111 110000 111010 11000 101010

Color Harmonies of #858351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858351

Black with #858351

Text Example


Text Example

White with #858351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858351; }

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

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

background-color css

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

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

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

border-color css

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

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

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