Html Css Color HEX #824B2C Korma

📋 copy color: '#824B2C'

red 130 ◦ green 75 ◦ blue 44

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

Shades of Korma #824B2C

Tints of Korma #824B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 52.21%
G = 30.12%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#824B2C (or 0x824B2C) is known color: Korma. HEX triplet: 82, 4B and 2C. RGB value is (130,75,44). Sum of RGB (Red+Green+Blue) = 130+75+44=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B2C is #7DB4D3. Grayscale: #585858. Windows color (decimal): -8238292 or 2902914. OLE color: 2902914.

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

Color convert

RGB 130 75 44 -
CMYK 0 0.42 0.66 0.49
HSL 21.63º 0.49% 0.34% -
HSV(B) 21.63º 0.66% 0.51% -
XYZ 12.18 9.96 3.66 -
YUV 87.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 130 75 44 0 0.42 0.66 0.49 21.63 0.49 0.34
Hex 82 4B 2C 0 2A 42 31 16 31 22
Octal 202 113 54 0 52 102 61 26 61 42
Binary 10000010 1001011 101100 0 101010 1000010 110001 10110 110001 100010

Color Harmonies of #824B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B2C

Black with #824B2C

Text Example


Text Example

White with #824B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,44); }

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

background-color css

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

 a { background-color: rgb(130,75,44); }

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

border-color css

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

 span { border-color: rgb(130,75,44); }

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