Html Css Color HEX #848250 Kokoda

📋 copy color: '#848250'

red 132 ◦ green 130 ◦ blue 80

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

Shades of Kokoda #848250

Tints of Kokoda #848250

RGB

 RED value IS 132 (51.95% from 255) = 38.6%

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

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

R = 38.6%
G = 38.01%
B = 23.39%

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

#848250 (or 0x848250) is known color: Kokoda. HEX triplet: 84, 82 and 50. RGB value is (132,130,80). Sum of RGB (Red+Green+Blue) = 132+130+80=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #848250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848250 is #7B7DAF. Grayscale: #7D7D7D. Windows color (decimal): -8093104 or 5276292. OLE color: 5276292.

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

Color convert

RGB 132 130 80 -
CMYK 0 0.02 0.39 0.48
HSL 57.69º 0.25% 0.42% -
HSV(B) 57.69º 0.39% 0.52% -
XYZ 18.95 21.45 10.73 -
YUV 124.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 132 130 80 0 0.02 0.39 0.48 57.69 0.25 0.42
Hex 84 82 50 0 2 27 30 3A 19 2A
Octal 204 202 120 0 2 47 60 72 31 52
Binary 10000100 10000010 1010000 0 10 100111 110000 111010 11001 101010

Color Harmonies of #848250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848250

Black with #848250

Text Example


Text Example

White with #848250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848250; }

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

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

background-color css

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

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

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

border-color css

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

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

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