Html Css Color HEX #754541 Bole

📋 copy color: '#754541'

red 117 ◦ green 69 ◦ blue 65

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

Shades of Bole #754541

Tints of Bole #754541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 46.61%
G = 27.49%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754541 (or 0x754541) is known color: Bole. HEX triplet: 75, 45 and 41. RGB value is (117,69,65). Sum of RGB (Red+Green+Blue) = 117+69+65=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754541 is #8ABABE. Grayscale: #525252. Windows color (decimal): -9091775 or 4277621. OLE color: 4277621.

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

Color convert

RGB 117 69 65 -
CMYK 0 0.41 0.44 0.54
HSL 4.62º 0.29% 0.36% -
HSV(B) 4.62º 0.44% 0.46% -
XYZ 10.42 8.42 6.08 -
YUV 82.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 117 69 65 0 0.41 0.44 0.54 4.62 0.29 0.36
Hex 75 45 41 0 29 2C 36 5 1D 24
Octal 165 105 101 0 51 54 66 5 35 44
Binary 1110101 1000101 1000001 0 101001 101100 110110 101 11101 100100

Color Harmonies of #754541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754541

Black with #754541

Text Example


Text Example

White with #754541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754541; }

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

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

background-color css

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

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

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

border-color css

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

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

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