Html Css Color HEX #76493D Bole

📋 copy color: '#76493D'

red 118 ◦ green 73 ◦ blue 61

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

Shades of Bole #76493D

Tints of Bole #76493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

 BLUE value IS 61 (24.22% from 255) = 24.21%

R = 46.83%
G = 28.97%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76493D (or 0x76493D) is known color: Bole. HEX triplet: 76, 49 and 3D. RGB value is (118,73,61). Sum of RGB (Red+Green+Blue) = 118+73+61=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76493D is #89B6C2. Grayscale: #555555. Windows color (decimal): -9025219 or 4016502. OLE color: 4016502.

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

Color convert

RGB 118 73 61 -
CMYK 0 0.38 0.48 0.54
HSL 12.63º 0.32% 0.35% -
HSV(B) 12.63º 0.48% 0.46% -
XYZ 10.7 8.95 5.58 -
YUV 85.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 118 73 61 0 0.38 0.48 0.54 12.63 0.32 0.35
Hex 76 49 3D 0 26 30 36 D 20 23
Octal 166 111 75 0 46 60 66 15 40 43
Binary 1110110 1001001 111101 0 100110 110000 110110 1101 100000 100011

Color Harmonies of #76493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76493D

Black with #76493D

Text Example


Text Example

White with #76493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,73,61); }

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

background-color css

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

 a { background-color: rgb(118,73,61); }

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

border-color css

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

 span { border-color: rgb(118,73,61); }

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