Html Css Color HEX #75493F Bole

📋 copy color: '#75493F'

red 117 ◦ green 73 ◦ blue 63

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

Shades of Bole #75493F

Tints of Bole #75493F

RGB

 RED value IS 117 (46.09% from 255) = 46.25%

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

 BLUE value IS 63 (25% from 255) = 24.9%

R = 46.25%
G = 28.85%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75493F (or 0x75493F) is known color: Bole. HEX triplet: 75, 49 and 3F. RGB value is (117,73,63). Sum of RGB (Red+Green+Blue) = 117+73+63=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #75493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75493F is #8AB6C0. Grayscale: #555555. Windows color (decimal): -9090753 or 4147573. OLE color: 4147573.

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

Color convert

RGB 117 73 63 -
CMYK 0 0.38 0.46 0.54
HSL 11.11º 0.3% 0.35% -
HSV(B) 11.11º 0.46% 0.46% -
XYZ 10.62 8.91 5.86 -
YUV 85.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 117 73 63 0 0.38 0.46 0.54 11.11 0.3 0.35
Hex 75 49 3F 0 26 2E 36 B 1E 23
Octal 165 111 77 0 46 56 66 13 36 43
Binary 1110101 1001001 111111 0 100110 101110 110110 1011 11110 100011

Color Harmonies of #75493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75493F

Black with #75493F

Text Example


Text Example

White with #75493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75493F; }

 p { color: rgb(117,73,63); }

 H1.HeaderClassName
 {
   color: #75493F;
 }
 .AnyTagClassName
 {
   color: #75493F;
 }
</style>

background-color css

<style>
 a { background-color: #75493F; }

 a { background-color: rgb(117,73,63); }

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

border-color css

<style>
 span { border-color: #75493F; }

 span { border-color: rgb(117,73,63); }

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