Html Css Color HEX #848350 Kokoda

📋 copy color: '#848350'

red 132 ◦ green 131 ◦ blue 80

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

Shades of Kokoda #848350

Tints of Kokoda #848350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

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

R = 38.48%
G = 38.19%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#848350 (or 0x848350) is known color: Kokoda. HEX triplet: 84, 83 and 50. RGB value is (132,131,80). Sum of RGB (Red+Green+Blue) = 132+131+80=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #848350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848350 is #7B7CAF. Grayscale: #7D7D7D. Windows color (decimal): -8092848 or 5276548. OLE color: 5276548.

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

Color convert

RGB 132 131 80 -
CMYK 0 0.01 0.39 0.48
HSL 58.85º 0.25% 0.42% -
HSV(B) 58.85º 0.39% 0.52% -
XYZ 19.08 21.72 10.78 -
YUV 125.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 132 131 80 0 0.01 0.39 0.48 58.85 0.25 0.42
Hex 84 83 50 0 1 27 30 3B 19 2A
Octal 204 203 120 0 1 47 60 73 31 52
Binary 10000100 10000011 1010000 0 1 100111 110000 111011 11001 101010

Color Harmonies of #848350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848350

Black with #848350

Text Example


Text Example

White with #848350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848350; }

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

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

background-color css

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

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

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

border-color css

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

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

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