Html Css Color HEX #858553 Kokoda

📋 copy color: '#858553'

red 133 ◦ green 133 ◦ blue 83

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

Shades of Kokoda #858553

Tints of Kokoda #858553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.78%

R = 38.11%
G = 38.11%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#858553 (or 0x858553) is known color: Kokoda. HEX triplet: 85, 85 and 53. RGB value is (133,133,83). Sum of RGB (Red+Green+Blue) = 133+133+83=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858553 is #7A7AAC. Grayscale: #7F7F7F. Windows color (decimal): -8026797 or 5473669. OLE color: 5473669.

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

Color convert

RGB 133 133 83 -
CMYK 0 0 0.38 0.48
HSL 60º 0.23% 0.42% -
HSV(B) 60º 0.38% 0.52% -
XYZ 19.62 22.39 11.47 -
YUV 127.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 133 133 83 0 0 0.38 0.48 60 0.23 0.42
Hex 85 85 53 0 0 26 30 3C 17 2A
Octal 205 205 123 0 0 46 60 74 27 52
Binary 10000101 10000101 1010011 0 0 100110 110000 111100 10111 101010

Color Harmonies of #858553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858553

Black with #858553

Text Example


Text Example

White with #858553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858553; }

 p { color: rgb(133,133,83); }

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

background-color css

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

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

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

border-color css

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

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

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