Html Css Color HEX #824C31 Korma

📋 copy color: '#824C31'

red 130 ◦ green 76 ◦ blue 49

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

Shades of Korma #824C31

Tints of Korma #824C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

 BLUE value IS 49 (19.53% from 255) = 19.22%

R = 50.98%
G = 29.8%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#824C31 (or 0x824C31) is known color: Korma. HEX triplet: 82, 4C and 31. RGB value is (130,76,49). Sum of RGB (Red+Green+Blue) = 130+76+49=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #824C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C31 is #7DB3CE. Grayscale: #595959. Windows color (decimal): -8238031 or 3230850. OLE color: 3230850.

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

Color convert

RGB 130 76 49 -
CMYK 0 0.42 0.62 0.49
HSL 20º 0.45% 0.35% -
HSV(B) 20º 0.62% 0.51% -
XYZ 12.34 10.14 4.21 -
YUV 89.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 130 76 49 0 0.42 0.62 0.49 20 0.45 0.35
Hex 82 4C 31 0 2A 3E 31 14 2D 23
Octal 202 114 61 0 52 76 61 24 55 43
Binary 10000010 1001100 110001 0 101010 111110 110001 10100 101101 100011

Color Harmonies of #824C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C31

Black with #824C31

Text Example


Text Example

White with #824C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,49); }

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

background-color css

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

 a { background-color: rgb(130,76,49); }

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

border-color css

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

 span { border-color: rgb(130,76,49); }

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