Html Css Color HEX #848049 Kokoda

📋 copy color: '#848049'

red 132 ◦ green 128 ◦ blue 73

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

Shades of Kokoda #848049

Tints of Kokoda #848049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 39.64%
G = 38.44%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#848049 (or 0x848049) is known color: Kokoda. HEX triplet: 84, 80 and 49. RGB value is (132,128,73). Sum of RGB (Red+Green+Blue) = 132+128+73=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #848049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848049 is #7B7FB6. Grayscale: #7B7B7B. Windows color (decimal): -8093623 or 4817028. OLE color: 4817028.

HSL color Cylindrical-coordinate representation of color #848049: hue angle of 55.93º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #848049 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 128 73 -
CMYK 0 0.03 0.45 0.48
HSL 55.93º 0.29% 0.4% -
HSV(B) 55.93º 0.45% 0.52% -
XYZ 18.44 20.82 9.35 -
YUV 122.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 132 128 73 0 0.03 0.45 0.48 55.93 0.29 0.4
Hex 84 80 49 0 3 2D 30 38 1D 28
Octal 204 200 111 0 3 55 60 70 35 50
Binary 10000100 10000000 1001001 0 11 101101 110000 111000 11101 101000

Color Harmonies of #848049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848049

Black with #848049

Text Example


Text Example

White with #848049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848049; }

 p { color: rgb(132,128,73); }

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

background-color css

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

 a { background-color: rgb(132,128,73); }

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

border-color css

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

 span { border-color: rgb(132,128,73); }

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