Html Css Color HEX #824A29 Korma

📋 copy color: '#824A29'

red 130 ◦ green 74 ◦ blue 41

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

Shades of Korma #824A29

Tints of Korma #824A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 53.06%
G = 30.2%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#824A29 (or 0x824A29) is known color: Korma. HEX triplet: 82, 4A and 29. RGB value is (130,74,41). Sum of RGB (Red+Green+Blue) = 130+74+41=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #824A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A29 is #7DB5D6. Grayscale: #575757. Windows color (decimal): -8238551 or 2706050. OLE color: 2706050.

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

Color convert

RGB 130 74 41 -
CMYK 0 0.43 0.68 0.49
HSL 22.25º 0.52% 0.34% -
HSV(B) 22.25º 0.68% 0.51% -
XYZ 12.05 9.8 3.35 -
YUV 86.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 130 74 41 0 0.43 0.68 0.49 22.25 0.52 0.34
Hex 82 4A 29 0 2B 44 31 16 34 22
Octal 202 112 51 0 53 104 61 26 64 42
Binary 10000010 1001010 101001 0 101011 1000100 110001 10110 110100 100010

Color Harmonies of #824A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A29

Black with #824A29

Text Example


Text Example

White with #824A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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