Html Css Color HEX #805435 Korma

📋 copy color: '#805435'

red 128 ◦ green 84 ◦ blue 53

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

Shades of Korma #805435

Tints of Korma #805435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20%

R = 48.3%
G = 31.7%
B = 20%

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

#805435 (or 0x805435) is known color: Korma. HEX triplet: 80, 54 and 35. RGB value is (128,84,53). Sum of RGB (Red+Green+Blue) = 128+84+53=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #805435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805435 is #7FABCA. Grayscale: #5D5D5D. Windows color (decimal): -8367051 or 3495040. OLE color: 3495040.

HSL color Cylindrical-coordinate representation of color #805435: hue angle of 24.8º degrees, saturation: 0.41, 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 #805435 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 84 53 -
CMYK 0 0.34 0.59 0.50
HSL 24.8º 0.41% 0.35% -
HSV(B) 24.8º 0.59% 0.5% -
XYZ 12.72 11.19 4.86 -
YUV 93.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 128 84 53 0 0.34 0.59 0.50 24.8 0.41 0.35
Hex 80 54 35 0 22 3B 32 19 29 23
Octal 200 124 65 0 42 73 62 31 51 43
Binary 10000000 1010100 110101 0 100010 111011 110010 11001 101001 100011

Color Harmonies of #805435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805435

Black with #805435

Text Example


Text Example

White with #805435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805435; }

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

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

background-color css

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

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

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

border-color css

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

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

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