Html Css Color HEX #754140 Bole

📋 copy color: '#754140'

red 117 ◦ green 65 ◦ blue 64

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

Shades of Bole #754140

Tints of Bole #754140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 47.56%
G = 26.42%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#754140 (or 0x754140) is known color: Bole. HEX triplet: 75, 41 and 40. RGB value is (117,65,64). Sum of RGB (Red+Green+Blue) = 117+65+64=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754140 is #8ABEBF. Grayscale: #505050. Windows color (decimal): -9092800 or 4211061. OLE color: 4211061.

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

Color convert

RGB 117 65 64 -
CMYK 0 0.44 0.45 0.54
HSL 1.13º 0.29% 0.35% -
HSV(B) 1.13º 0.45% 0.46% -
XYZ 10.15 7.93 5.85 -
YUV 80.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 117 65 64 0 0.44 0.45 0.54 1.13 0.29 0.35
Hex 75 41 40 0 2C 2D 36 1 1D 23
Octal 165 101 100 0 54 55 66 1 35 43
Binary 1110101 1000001 1000000 0 101100 101101 110110 1 11101 100011

Color Harmonies of #754140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754140

Black with #754140

Text Example


Text Example

White with #754140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754140; }

 p { color: rgb(117,65,64); }

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

background-color css

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

 a { background-color: rgb(117,65,64); }

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

border-color css

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

 span { border-color: rgb(117,65,64); }

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