Html Css Color HEX #858450 Kokoda

📋 copy color: '#858450'

red 133 ◦ green 132 ◦ blue 80

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

Shades of Kokoda #858450

Tints of Kokoda #858450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 38.55%
G = 38.26%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#858450 (or 0x858450) is known color: Kokoda. HEX triplet: 85, 84 and 50. RGB value is (133,132,80). Sum of RGB (Red+Green+Blue) = 133+132+80=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #858450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858450 is #7A7BAF. Grayscale: #7E7E7E. Windows color (decimal): -8027056 or 5276805. OLE color: 5276805.

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

Color convert

RGB 133 132 80 -
CMYK 0 0.01 0.40 0.48
HSL 58.87º 0.25% 0.42% -
HSV(B) 58.87º 0.4% 0.52% -
XYZ 19.37 22.07 10.83 -
YUV 126.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 133 132 80 0 0.01 0.40 0.48 58.87 0.25 0.42
Hex 85 84 50 0 1 28 30 3B 19 2A
Octal 205 204 120 0 1 50 60 73 31 52
Binary 10000101 10000100 1010000 0 1 101000 110000 111011 11001 101010

Color Harmonies of #858450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858450

Black with #858450

Text Example


Text Example

White with #858450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858450; }

 p { color: rgb(133,132,80); }

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

background-color css

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

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

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

border-color css

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

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

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