Html Css Color HEX #824F27 Korma

📋 copy color: '#824F27'

red 130 ◦ green 79 ◦ blue 39

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

Shades of Korma #824F27

Tints of Korma #824F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 52.42%
G = 31.85%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#824F27 (or 0x824F27) is known color: Korma. HEX triplet: 82, 4F and 27. RGB value is (130,79,39). Sum of RGB (Red+Green+Blue) = 130+79+39=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F27 is #7DB0D8. Grayscale: #595959. Windows color (decimal): -8237273 or 2576258. OLE color: 2576258.

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

Color convert

RGB 130 79 39 -
CMYK 0 0.39 0.70 0.49
HSL 26.37º 0.54% 0.33% -
HSV(B) 26.37º 0.7% 0.51% -
XYZ 12.37 10.48 3.29 -
YUV 89.69 99.4 156.75 -
System Red Green Blue C M Y K H S L
Decimal 130 79 39 0 0.39 0.70 0.49 26.37 0.54 0.33
Hex 82 4F 27 0 27 46 31 1A 36 21
Octal 202 117 47 0 47 106 61 32 66 41
Binary 10000010 1001111 100111 0 100111 1000110 110001 11010 110110 100001

Color Harmonies of #824F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F27

Black with #824F27

Text Example


Text Example

White with #824F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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