#754C43

Color #754C43 Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #754C43

Tints of Bole #754C43

Color information

#754C43 (or 0x754C43) is unknown color: approx Bole. HEX triplet: 75, 4C and 43. RGB value is (117,76,67). Sum of RGB (Red+Green+Blue) = 117+76+67=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #754C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C43 is #8AB3BC. Grayscale: #575757. Windows color (decimal): -9089981 or 4410485. OLE color: 4410485.

HSL color Cylindrical-coordinate representation of color #754C43: hue angle of 10.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754C43 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1177667-
CMYK00.350.430.54
HSL10.8º27.17%36.08%-
HSV(B)10.8º42.74%45.88%-
XYZ10.939.366.54-
YUV87.23116.58149.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=45%
G=29.23%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117766700.350.430.5410.827.1736.08
Hex754C430232B36b1b24
Octal1651141030435366133344
Binary1110101100110010000110100011101011110110101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C43; }

 p { color: rgb(117,76,67); }

 H1.HeaderClassName
 {
   color: #754C43;
 }
 .AnyTagClassName
 {
   color: #754C43;
 }
</style>
background-color css

<style>
 a { background-color: #754C43; }

 a { background-color: rgb(117,76,67); }

 div.DivClassName
 {
   background-color: #754C43;
 }
 .BgClassName
 {
   background-color: #754C43;
 }
</style>
border-color css

<style>
 span { border-color: #754C43; }

 span { border-color: rgb(117,76,67); }

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