Html Css Color HEX #804B2B Korma

📋 copy color: '#804B2B'

red 128 ◦ green 75 ◦ blue 43

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

Shades of Korma #804B2B

Tints of Korma #804B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.48%

R = 52.03%
G = 30.49%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#804B2B (or 0x804B2B) is known color: Korma. HEX triplet: 80, 4B and 2B. RGB value is (128,75,43). Sum of RGB (Red+Green+Blue) = 128+75+43=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #804B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B2B is #7FB4D4. Grayscale: #575757. Windows color (decimal): -8369365 or 2837376. OLE color: 2837376.

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

Color convert

RGB 128 75 43 -
CMYK 0 0.41 0.66 0.50
HSL 22.59º 0.5% 0.34% -
HSV(B) 22.59º 0.66% 0.5% -
XYZ 11.85 9.8 3.55 -
YUV 87.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 128 75 43 0 0.41 0.66 0.50 22.59 0.5 0.34
Hex 80 4B 2B 0 29 42 32 17 32 22
Octal 200 113 53 0 51 102 62 27 62 42
Binary 10000000 1001011 101011 0 101001 1000010 110010 10111 110010 100010

Color Harmonies of #804B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B2B

Black with #804B2B

Text Example


Text Example

White with #804B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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