Html Css Color HEX #79532C Korma

📋 copy color: '#79532C'

red 121 ◦ green 83 ◦ blue 44

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

Shades of Korma #79532C

Tints of Korma #79532C

RGB

 RED value IS 121 (47.66% from 255) = 48.79%

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 48.79%
G = 33.47%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79532C (or 0x79532C) is known color: Korma. HEX triplet: 79, 53 and 2C. RGB value is (121,83,44). Sum of RGB (Red+Green+Blue) = 121+83+44=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79532C is #86ACD3. Grayscale: #5A5A5A. Windows color (decimal): -8826068 or 2904953. OLE color: 2904953.

HSL color Cylindrical-coordinate representation of color #79532C: hue angle of 30.39º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79532C is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 83 44 -
CMYK 0 0.31 0.64 0.53
HSL 30.39º 0.47% 0.32% -
HSV(B) 30.39º 0.64% 0.47% -
XYZ 11.43 10.43 3.79 -
YUV 89.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 121 83 44 0 0.31 0.64 0.53 30.39 0.47 0.32
Hex 79 53 2C 0 1F 40 35 1E 2F 20
Octal 171 123 54 0 37 100 65 36 57 40
Binary 1111001 1010011 101100 0 11111 1000000 110101 11110 101111 100000

Color Harmonies of #79532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79532C

Black with #79532C

Text Example


Text Example

White with #79532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79532C; }

 p { color: rgb(121,83,44); }

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

background-color css

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

 a { background-color: rgb(121,83,44); }

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

border-color css

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

 span { border-color: rgb(121,83,44); }

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