Html Css Color HEX #824D24 Korma

📋 copy color: '#824D24'

red 130 ◦ green 77 ◦ blue 36

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

Shades of Korma #824D24

Tints of Korma #824D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

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

R = 53.5%
G = 31.69%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824D24 (or 0x824D24) is known color: Korma. HEX triplet: 82, 4D and 24. RGB value is (130,77,36). Sum of RGB (Red+Green+Blue) = 130+77+36=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #824D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D24 is #7DB2DB. Grayscale: #585858. Windows color (decimal): -8237788 or 2379138. OLE color: 2379138.

HSL color Cylindrical-coordinate representation of color #824D24: hue angle of 26.17º 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 #824D24 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 77 36 -
CMYK 0 0.41 0.72 0.49
HSL 26.17º 0.57% 0.33% -
HSV(B) 26.17º 0.72% 0.51% -
XYZ 12.18 10.18 2.99 -
YUV 88.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 130 77 36 0 0.41 0.72 0.49 26.17 0.57 0.33
Hex 82 4D 24 0 29 48 31 1A 39 21
Octal 202 115 44 0 51 110 61 32 71 41
Binary 10000010 1001101 100100 0 101001 1001000 110001 11010 111001 100001

Color Harmonies of #824D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D24

Black with #824D24

Text Example


Text Example

White with #824D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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