Html Css Color HEX #824A24 Korma

📋 copy color: '#824A24'

red 130 ◦ green 74 ◦ blue 36

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

Shades of Korma #824A24

Tints of Korma #824A24

RGB

 RED value IS 130 (51.17% from 255) = 54.17%

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 36 (14.45% from 255) = 15%

R = 54.17%
G = 30.83%
B = 15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824A24 (or 0x824A24) is known color: Korma. HEX triplet: 82, 4A and 24. RGB value is (130,74,36). Sum of RGB (Red+Green+Blue) = 130+74+36=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A24 is #7DB5DB. Grayscale: #565656. Windows color (decimal): -8238556 or 2378370. OLE color: 2378370.

HSL color Cylindrical-coordinate representation of color #824A24: hue angle of 24.26º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #824A24 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 36 -
CMYK 0 0.43 0.72 0.49
HSL 24.26º 0.57% 0.33% -
HSV(B) 24.26º 0.72% 0.51% -
XYZ 11.97 9.77 2.92 -
YUV 86.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 130 74 36 0 0.43 0.72 0.49 24.26 0.57 0.33
Hex 82 4A 24 0 2B 48 31 18 39 21
Octal 202 112 44 0 53 110 61 30 71 41
Binary 10000010 1001010 100100 0 101011 1001000 110001 11000 111001 100001

Color Harmonies of #824A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A24

Black with #824A24

Text Example


Text Example

White with #824A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A24; }

 p { color: rgb(130,74,36); }

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

background-color css

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

 a { background-color: rgb(130,74,36); }

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

border-color css

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

 span { border-color: rgb(130,74,36); }

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