Html Css Color HEX #824C27 Korma

📋 copy color: '#824C27'

red 130 ◦ green 76 ◦ blue 39

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

Shades of Korma #824C27

Tints of Korma #824C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 53.06%
G = 31.02%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#824C27 (or 0x824C27) is known color: Korma. HEX triplet: 82, 4C and 27. RGB value is (130,76,39). Sum of RGB (Red+Green+Blue) = 130+76+39=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #824C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C27 is #7DB3D8. Grayscale: #585858. Windows color (decimal): -8238041 or 2575490. OLE color: 2575490.

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

Color convert

RGB 130 76 39 -
CMYK 0 0.42 0.70 0.49
HSL 24.4º 0.54% 0.33% -
HSV(B) 24.4º 0.7% 0.51% -
XYZ 12.16 10.06 3.22 -
YUV 87.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 130 76 39 0 0.42 0.70 0.49 24.4 0.54 0.33
Hex 82 4C 27 0 2A 46 31 18 36 21
Octal 202 114 47 0 52 106 61 30 66 41
Binary 10000010 1001100 100111 0 101010 1000110 110001 11000 110110 100001

Color Harmonies of #824C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C27

Black with #824C27

Text Example


Text Example

White with #824C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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