Html Css Color HEX #824C26 Korma

📋 copy color: '#824C26'

red 130 ◦ green 76 ◦ blue 38

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

Shades of Korma #824C26

Tints of Korma #824C26

RGB

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

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

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

R = 53.28%
G = 31.15%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#824C26 (or 0x824C26) is known color: Korma. HEX triplet: 82, 4C and 26. RGB value is (130,76,38). Sum of RGB (Red+Green+Blue) = 130+76+38=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #824C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C26 is #7DB3D9. Grayscale: #585858. Windows color (decimal): -8238042 or 2509954. OLE color: 2509954.

HSL color Cylindrical-coordinate representation of color #824C26: hue angle of 24.78º 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 #824C26 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 38 -
CMYK 0 0.42 0.71 0.49
HSL 24.78º 0.55% 0.33% -
HSV(B) 24.78º 0.71% 0.51% -
XYZ 12.14 10.05 3.13 -
YUV 87.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 130 76 38 0 0.42 0.71 0.49 24.78 0.55 0.33
Hex 82 4C 26 0 2A 47 31 19 37 21
Octal 202 114 46 0 52 107 61 31 67 41
Binary 10000010 1001100 100110 0 101010 1000111 110001 11001 110111 100001

Color Harmonies of #824C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C26

Black with #824C26

Text Example


Text Example

White with #824C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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