Html Css Color HEX #824F30 Korma

📋 copy color: '#824F30'

red 130 ◦ green 79 ◦ blue 48

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

Shades of Korma #824F30

Tints of Korma #824F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 50.58%
G = 30.74%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#824F30 (or 0x824F30) is known color: Korma. HEX triplet: 82, 4F and 30. RGB value is (130,79,48). Sum of RGB (Red+Green+Blue) = 130+79+48=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #824F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F30 is #7DB0CF. Grayscale: #5A5A5A. Windows color (decimal): -8237264 or 3166082. OLE color: 3166082.

HSL color Cylindrical-coordinate representation of color #824F30: hue angle of 22.68º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824F30 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 79 48 -
CMYK 0 0.39 0.63 0.49
HSL 22.68º 0.46% 0.35% -
HSV(B) 22.68º 0.63% 0.51% -
XYZ 12.54 10.55 4.17 -
YUV 90.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 130 79 48 0 0.39 0.63 0.49 22.68 0.46 0.35
Hex 82 4F 30 0 27 3F 31 17 2E 23
Octal 202 117 60 0 47 77 61 27 56 43
Binary 10000010 1001111 110000 0 100111 111111 110001 10111 101110 100011

Color Harmonies of #824F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F30

Black with #824F30

Text Example


Text Example

White with #824F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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