Html Css Color HEX #79512B Korma

📋 copy color: '#79512B'

red 121 ◦ green 81 ◦ blue 43

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

Shades of Korma #79512B

Tints of Korma #79512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 49.39%
G = 33.06%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#79512B (or 0x79512B) is known color: Korma. HEX triplet: 79, 51 and 2B. RGB value is (121,81,43). Sum of RGB (Red+Green+Blue) = 121+81+43=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79512B is #86AED4. Grayscale: #585858. Windows color (decimal): -8826581 or 2838905. OLE color: 2838905.

HSL color Cylindrical-coordinate representation of color #79512B: hue angle of 29.23º degrees, saturation: 0.48, 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 #79512B is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 81 43 -
CMYK 0 0.33 0.64 0.53
HSL 29.23º 0.48% 0.32% -
HSV(B) 29.23º 0.64% 0.47% -
XYZ 11.26 10.12 3.65 -
YUV 88.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 121 81 43 0 0.33 0.64 0.53 29.23 0.48 0.32
Hex 79 51 2B 0 21 40 35 1D 30 20
Octal 171 121 53 0 41 100 65 35 60 40
Binary 1111001 1010001 101011 0 100001 1000000 110101 11101 110000 100000

Color Harmonies of #79512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79512B

Black with #79512B

Text Example


Text Example

White with #79512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79512B; }

 p { color: rgb(121,81,43); }

 H1.HeaderClassName
 {
   color: #79512B;
 }
 .AnyTagClassName
 {
   color: #79512B;
 }
</style>

background-color css

<style>
 a { background-color: #79512B; }

 a { background-color: rgb(121,81,43); }

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

border-color css

<style>
 span { border-color: #79512B; }

 span { border-color: rgb(121,81,43); }

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