Html Css Color HEX #804C26 Korma

📋 copy color: '#804C26'

red 128 ◦ green 76 ◦ blue 38

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

Shades of Korma #804C26

Tints of Korma #804C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 52.89%
G = 31.4%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#804C26 (or 0x804C26) is known color: Korma. HEX triplet: 80, 4C and 26. RGB value is (128,76,38). Sum of RGB (Red+Green+Blue) = 128+76+38=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #804C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C26 is #7FB3D9. Grayscale: #575757. Windows color (decimal): -8369114 or 2509952. OLE color: 2509952.

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

Color convert

RGB 128 76 38 -
CMYK 0 0.41 0.70 0.50
HSL 25.33º 0.54% 0.33% -
HSV(B) 25.33º 0.7% 0.5% -
XYZ 11.84 9.9 3.12 -
YUV 87.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 128 76 38 0 0.41 0.70 0.50 25.33 0.54 0.33
Hex 80 4C 26 0 29 46 32 19 36 21
Octal 200 114 46 0 51 106 62 31 66 41
Binary 10000000 1001100 100110 0 101001 1000110 110010 11001 110110 100001

Color Harmonies of #804C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804C26

Black with #804C26

Text Example


Text Example

White with #804C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,76,38); }

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

background-color css

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

 a { background-color: rgb(128,76,38); }

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

border-color css

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

 span { border-color: rgb(128,76,38); }

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