Html Css Color HEX #76512D Korma

📋 copy color: '#76512D'

red 118 ◦ green 81 ◦ blue 45

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

Shades of Korma #76512D

Tints of Korma #76512D

RGB

 RED value IS 118 (46.48% from 255) = 48.36%

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

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 48.36%
G = 33.2%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76512D (or 0x76512D) is known color: Korma. HEX triplet: 76, 51 and 2D. RGB value is (118,81,45). Sum of RGB (Red+Green+Blue) = 118+81+45=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76512D is #89AED2. Grayscale: #585858. Windows color (decimal): -9023187 or 2969974. OLE color: 2969974.

HSL color Cylindrical-coordinate representation of color #76512D: hue angle of 29.59º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76512D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 45 -
CMYK 0 0.31 0.62 0.54
HSL 29.59º 0.45% 0.32% -
HSV(B) 29.59º 0.62% 0.46% -
XYZ 10.89 9.93 3.82 -
YUV 87.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 118 81 45 0 0.31 0.62 0.54 29.59 0.45 0.32
Hex 76 51 2D 0 1F 3E 36 1E 2D 20
Octal 166 121 55 0 37 76 66 36 55 40
Binary 1110110 1010001 101101 0 11111 111110 110110 11110 101101 100000

Color Harmonies of #76512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76512D

Black with #76512D

Text Example


Text Example

White with #76512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76512D; }

 p { color: rgb(118,81,45); }

 H1.HeaderClassName
 {
   color: #76512D;
 }
 .AnyTagClassName
 {
   color: #76512D;
 }
</style>

background-color css

<style>
 a { background-color: #76512D; }

 a { background-color: rgb(118,81,45); }

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

border-color css

<style>
 span { border-color: #76512D; }

 span { border-color: rgb(118,81,45); }

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