Html Css Color HEX #75473C Bole

📋 copy color: '#75473C'

red 117 ◦ green 71 ◦ blue 60

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

Shades of Bole #75473C

Tints of Bole #75473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.63%

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 47.18%
G = 28.63%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75473C (or 0x75473C) is known color: Bole. HEX triplet: 75, 47 and 3C. RGB value is (117,71,60). Sum of RGB (Red+Green+Blue) = 117+71+60=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75473C is #8AB8C3. Grayscale: #535353. Windows color (decimal): -9091268 or 3950453. OLE color: 3950453.

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

Color convert

RGB 117 71 60 -
CMYK 0 0.39 0.49 0.54
HSL 11.58º 0.32% 0.35% -
HSV(B) 11.58º 0.49% 0.46% -
XYZ 10.4 8.61 5.39 -
YUV 83.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 117 71 60 0 0.39 0.49 0.54 11.58 0.32 0.35
Hex 75 47 3C 0 27 31 36 C 20 23
Octal 165 107 74 0 47 61 66 14 40 43
Binary 1110101 1000111 111100 0 100111 110001 110110 1100 100000 100011

Color Harmonies of #75473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75473C

Black with #75473C

Text Example


Text Example

White with #75473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75473C; }

 p { color: rgb(117,71,60); }

 H1.HeaderClassName
 {
   color: #75473C;
 }
 .AnyTagClassName
 {
   color: #75473C;
 }
</style>

background-color css

<style>
 a { background-color: #75473C; }

 a { background-color: rgb(117,71,60); }

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

border-color css

<style>
 span { border-color: #75473C; }

 span { border-color: rgb(117,71,60); }

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