Html Css Color HEX #805434 Korma

📋 copy color: '#805434'

red 128 ◦ green 84 ◦ blue 52

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

Shades of Korma #805434

Tints of Korma #805434

RGB

 RED value IS 128 (50.39% from 255) = 48.48%

 GREEN value IS 84 (33.2% from 255) = 31.82%

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 48.48%
G = 31.82%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805434 (or 0x805434) is known color: Korma. HEX triplet: 80, 54 and 34. RGB value is (128,84,52). Sum of RGB (Red+Green+Blue) = 128+84+52=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #805434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805434 is #7FABCB. Grayscale: #5D5D5D. Windows color (decimal): -8367052 or 3429504. OLE color: 3429504.

HSL color Cylindrical-coordinate representation of color #805434: hue angle of 25.26º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805434 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 84 52 -
CMYK 0 0.34 0.59 0.50
HSL 25.26º 0.42% 0.35% -
HSV(B) 25.26º 0.59% 0.5% -
XYZ 12.69 11.18 4.74 -
YUV 93.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 128 84 52 0 0.34 0.59 0.50 25.26 0.42 0.35
Hex 80 54 34 0 22 3B 32 19 2A 23
Octal 200 124 64 0 42 73 62 31 52 43
Binary 10000000 1010100 110100 0 100010 111011 110010 11001 101010 100011

Color Harmonies of #805434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805434

Black with #805434

Text Example


Text Example

White with #805434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805434; }

 p { color: rgb(128,84,52); }

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

background-color css

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

 a { background-color: rgb(128,84,52); }

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

border-color css

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

 span { border-color: rgb(128,84,52); }

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