Html Css Color HEX #804B2E Korma

📋 copy color: '#804B2E'

red 128 ◦ green 75 ◦ blue 46

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

Shades of Korma #804B2E

Tints of Korma #804B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 51.41%
G = 30.12%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#804B2E (or 0x804B2E) is known color: Korma. HEX triplet: 80, 4B and 2E. RGB value is (128,75,46). Sum of RGB (Red+Green+Blue) = 128+75+46=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #804B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B2E is #7FB4D1. Grayscale: #575757. Windows color (decimal): -8369362 or 3033984. OLE color: 3033984.

HSL color Cylindrical-coordinate representation of color #804B2E: hue angle of 21.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804B2E is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 75 46 -
CMYK 0 0.41 0.64 0.50
HSL 21.22º 0.47% 0.34% -
HSV(B) 21.22º 0.64% 0.5% -
XYZ 11.91 9.82 3.85 -
YUV 87.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 128 75 46 0 0.41 0.64 0.50 21.22 0.47 0.34
Hex 80 4B 2E 0 29 40 32 15 2F 22
Octal 200 113 56 0 51 100 62 25 57 42
Binary 10000000 1001011 101110 0 101001 1000000 110010 10101 101111 100010

Color Harmonies of #804B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B2E

Black with #804B2E

Text Example


Text Example

White with #804B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804B2E; }

 p { color: rgb(128,75,46); }

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

background-color css

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

 a { background-color: rgb(128,75,46); }

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

border-color css

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

 span { border-color: rgb(128,75,46); }

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