Html Css Color HEX #824826 Korma

📋 copy color: '#824826'

red 130 ◦ green 72 ◦ blue 38

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

Shades of Korma #824826

Tints of Korma #824826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.83%

R = 54.17%
G = 30%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#824826 (or 0x824826) is known color: Korma. HEX triplet: 82, 48 and 26. RGB value is (130,72,38). Sum of RGB (Red+Green+Blue) = 130+72+38=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824826 is #7DB7D9. Grayscale: #555555. Windows color (decimal): -8239066 or 2508930. OLE color: 2508930.

HSL color Cylindrical-coordinate representation of color #824826: hue angle of 22.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #824826 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 38 -
CMYK 0 0.45 0.71 0.49
HSL 22.17º 0.55% 0.33% -
HSV(B) 22.17º 0.71% 0.51% -
XYZ 11.87 9.52 3.05 -
YUV 85.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 130 72 38 0 0.45 0.71 0.49 22.17 0.55 0.33
Hex 82 48 26 0 2D 47 31 16 37 21
Octal 202 110 46 0 55 107 61 26 67 41
Binary 10000010 1001000 100110 0 101101 1000111 110001 10110 110111 100001

Color Harmonies of #824826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824826

Black with #824826

Text Example


Text Example

White with #824826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824826; }

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

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

background-color css

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

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

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

border-color css

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

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

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