Html Css Color HEX #824A2D Korma

📋 copy color: '#824A2D'

red 130 ◦ green 74 ◦ blue 45

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

Shades of Korma #824A2D

Tints of Korma #824A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 52.21%
G = 29.72%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#824A2D (or 0x824A2D) is known color: Korma. HEX triplet: 82, 4A and 2D. RGB value is (130,74,45). Sum of RGB (Red+Green+Blue) = 130+74+45=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A2D is #7DB5D2. Grayscale: #575757. Windows color (decimal): -8238547 or 2968194. OLE color: 2968194.

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

Color convert

RGB 130 74 45 -
CMYK 0 0.43 0.65 0.49
HSL 20.47º 0.49% 0.34% -
HSV(B) 20.47º 0.65% 0.51% -
XYZ 12.13 9.83 3.74 -
YUV 87.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 130 74 45 0 0.43 0.65 0.49 20.47 0.49 0.34
Hex 82 4A 2D 0 2B 41 31 14 31 22
Octal 202 112 55 0 53 101 61 24 61 42
Binary 10000010 1001010 101101 0 101011 1000001 110001 10100 110001 100010

Color Harmonies of #824A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A2D

Black with #824A2D

Text Example


Text Example

White with #824A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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