Html Css Color HEX #858355 Kokoda

📋 copy color: '#858355'

red 133 ◦ green 131 ◦ blue 85

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

Shades of Kokoda #858355

Tints of Kokoda #858355

RGB

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

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

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

R = 38.11%
G = 37.54%
B = 24.36%

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

#858355 (or 0x858355) is known color: Kokoda. HEX triplet: 85, 83 and 55. RGB value is (133,131,85). Sum of RGB (Red+Green+Blue) = 133+131+85=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #858355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858355 is #7A7CAA. Grayscale: #7E7E7E. Windows color (decimal): -8027307 or 5604229. OLE color: 5604229.

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

Color convert

RGB 133 131 85 -
CMYK 0 0.02 0.36 0.48
HSL 57.5º 0.22% 0.43% -
HSV(B) 57.5º 0.36% 0.52% -
XYZ 19.43 21.88 11.79 -
YUV 126.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 133 131 85 0 0.02 0.36 0.48 57.5 0.22 0.43
Hex 85 83 55 0 2 24 30 3A 16 2B
Octal 205 203 125 0 2 44 60 72 26 53
Binary 10000101 10000011 1010101 0 10 100100 110000 111010 10110 101011

Color Harmonies of #858355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858355

Black with #858355

Text Example


Text Example

White with #858355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858355; }

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

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

background-color css

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

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

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

border-color css

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

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

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