#754339

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

Shades of Bole #754339

Tints of Bole #754339

Color information

#754339 (or 0x754339) is unknown color: approx Bole. HEX triplet: 75, 43 and 39. RGB value is (117,67,57). Sum of RGB (Red+Green+Blue) = 117+67+57=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754339 is #8ABCC6. Grayscale: #505050. Windows color (decimal): -9092295 or 3752821. OLE color: 3752821.

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

Color convert

RGB1176757-
CMYK00.430.510.54
HSL10º34.48%34.12%-
HSV(B)10º51.28%45.88%-
XYZ10.088.094.9-
YUV80.81114.56153.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=48.55%
G=27.80%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117675700.430.510.541034.4834.12
Hex75433902B3336a2222
Octal165103710536366124242
Binary1110101100001111100101010111100111101101010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754339; }

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

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

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

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

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

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

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

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