Html Css Color HEX #76512B Korma

📋 copy color: '#76512B'

red 118 ◦ green 81 ◦ blue 43

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

Shades of Korma #76512B

Tints of Korma #76512B

RGB

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

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

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

R = 48.76%
G = 33.47%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76512B (or 0x76512B) is known color: Korma. HEX triplet: 76, 51 and 2B. RGB value is (118,81,43). Sum of RGB (Red+Green+Blue) = 118+81+43=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76512B is #89AED4. Grayscale: #575757. Windows color (decimal): -9023189 or 2838902. OLE color: 2838902.

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

Color convert

RGB 118 81 43 -
CMYK 0 0.31 0.64 0.54
HSL 30.4º 0.47% 0.32% -
HSV(B) 30.4º 0.64% 0.46% -
XYZ 10.85 9.91 3.63 -
YUV 87.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 118 81 43 0 0.31 0.64 0.54 30.4 0.47 0.32
Hex 76 51 2B 0 1F 40 36 1E 2F 20
Octal 166 121 53 0 37 100 66 36 57 40
Binary 1110110 1010001 101011 0 11111 1000000 110110 11110 101111 100000

Color Harmonies of #76512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76512B

Black with #76512B

Text Example


Text Example

White with #76512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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