Html Css Color HEX #824F24 Korma

📋 copy color: '#824F24'

red 130 ◦ green 79 ◦ blue 36

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

Shades of Korma #824F24

Tints of Korma #824F24

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.24%

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

R = 53.06%
G = 32.24%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#824F24 (or 0x824F24) is known color: Korma. HEX triplet: 82, 4F and 24. RGB value is (130,79,36). Sum of RGB (Red+Green+Blue) = 130+79+36=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #824F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F24 is #7DB0DB. Grayscale: #595959. Windows color (decimal): -8237276 or 2379650. OLE color: 2379650.

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

Color convert

RGB 130 79 36 -
CMYK 0 0.39 0.72 0.49
HSL 27.45º 0.57% 0.33% -
HSV(B) 27.45º 0.72% 0.51% -
XYZ 12.32 10.47 3.04 -
YUV 89.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 130 79 36 0 0.39 0.72 0.49 27.45 0.57 0.33
Hex 82 4F 24 0 27 48 31 1B 39 21
Octal 202 117 44 0 47 110 61 33 71 41
Binary 10000010 1001111 100100 0 100111 1001000 110001 11011 111001 100001

Color Harmonies of #824F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F24

Black with #824F24

Text Example


Text Example

White with #824F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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