Html Css Color HEX #858250 Kokoda

📋 copy color: '#858250'

red 133 ◦ green 130 ◦ blue 80

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

Shades of Kokoda #858250

Tints of Kokoda #858250

RGB

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

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

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

R = 38.78%
G = 37.9%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#858250 (or 0x858250) is known color: Kokoda. HEX triplet: 85, 82 and 50. RGB value is (133,130,80). Sum of RGB (Red+Green+Blue) = 133+130+80=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #858250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858250 is #7A7DAF. Grayscale: #7D7D7D. Windows color (decimal): -8027568 or 5276293. OLE color: 5276293.

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

Color convert

RGB 133 130 80 -
CMYK 0 0.02 0.40 0.48
HSL 56.6º 0.25% 0.42% -
HSV(B) 56.6º 0.4% 0.52% -
XYZ 19.1 21.53 10.74 -
YUV 125.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 133 130 80 0 0.02 0.40 0.48 56.6 0.25 0.42
Hex 85 82 50 0 2 28 30 39 19 2A
Octal 205 202 120 0 2 50 60 71 31 52
Binary 10000101 10000010 1010000 0 10 101000 110000 111001 11001 101010

Color Harmonies of #858250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858250

Black with #858250

Text Example


Text Example

White with #858250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858250; }

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

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

background-color css

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

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

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

border-color css

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

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

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