Html Css Color HEX #824C28 Korma

📋 copy color: '#824C28'

red 130 ◦ green 76 ◦ blue 40

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

Shades of Korma #824C28

Tints of Korma #824C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.26%

R = 52.85%
G = 30.89%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#824C28 (or 0x824C28) is known color: Korma. HEX triplet: 82, 4C and 28. RGB value is (130,76,40). Sum of RGB (Red+Green+Blue) = 130+76+40=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C28 is #7DB3D7. Grayscale: #585858. Windows color (decimal): -8238040 or 2641026. OLE color: 2641026.

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

Color convert

RGB 130 76 40 -
CMYK 0 0.42 0.69 0.49
HSL 24º 0.53% 0.33% -
HSV(B) 24º 0.69% 0.51% -
XYZ 12.17 10.07 3.31 -
YUV 88.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 130 76 40 0 0.42 0.69 0.49 24 0.53 0.33
Hex 82 4C 28 0 2A 45 31 18 35 21
Octal 202 114 50 0 52 105 61 30 65 41
Binary 10000010 1001100 101000 0 101010 1000101 110001 11000 110101 100001

Color Harmonies of #824C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C28

Black with #824C28

Text Example


Text Example

White with #824C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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