Html Css Color HEX #824828 Korma

📋 copy color: '#824828'

red 130 ◦ green 72 ◦ blue 40

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

Shades of Korma #824828

Tints of Korma #824828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

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

R = 53.72%
G = 29.75%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#824828 (or 0x824828) is known color: Korma. HEX triplet: 82, 48 and 28. RGB value is (130,72,40). Sum of RGB (Red+Green+Blue) = 130+72+40=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #824828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824828 is #7DB7D7. Grayscale: #555555. Windows color (decimal): -8239064 or 2640002. OLE color: 2640002.

HSL color Cylindrical-coordinate representation of color #824828: hue angle of 21.33º 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 #824828 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 40 -
CMYK 0 0.45 0.69 0.49
HSL 21.33º 0.53% 0.33% -
HSV(B) 21.33º 0.69% 0.51% -
XYZ 11.91 9.53 3.22 -
YUV 85.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 130 72 40 0 0.45 0.69 0.49 21.33 0.53 0.33
Hex 82 48 28 0 2D 45 31 15 35 21
Octal 202 110 50 0 55 105 61 25 65 41
Binary 10000010 1001000 101000 0 101101 1000101 110001 10101 110101 100001

Color Harmonies of #824828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824828

Black with #824828

Text Example


Text Example

White with #824828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824828; }

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

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

background-color css

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

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

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

border-color css

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

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

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