Html Css Color HEX #754941 Bole

📋 copy color: '#754941'

red 117 ◦ green 73 ◦ blue 65

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

Shades of Bole #754941

Tints of Bole #754941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

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

R = 45.88%
G = 28.63%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754941 (or 0x754941) is known color: Bole. HEX triplet: 75, 49 and 41. RGB value is (117,73,65). Sum of RGB (Red+Green+Blue) = 117+73+65=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754941 is #8AB6BE. Grayscale: #555555. Windows color (decimal): -9090751 or 4278645. OLE color: 4278645.

HSL color Cylindrical-coordinate representation of color #754941: hue angle of 9.23º 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 #754941 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 65 -
CMYK 0 0.38 0.44 0.54
HSL 9.23º 0.29% 0.36% -
HSV(B) 9.23º 0.44% 0.46% -
XYZ 10.67 8.93 6.16 -
YUV 85.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 117 73 65 0 0.38 0.44 0.54 9.23 0.29 0.36
Hex 75 49 41 0 26 2C 36 9 1D 24
Octal 165 111 101 0 46 54 66 11 35 44
Binary 1110101 1001001 1000001 0 100110 101100 110110 1001 11101 100100

Color Harmonies of #754941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754941

Black with #754941

Text Example


Text Example

White with #754941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754941; }

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

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

background-color css

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

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

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

border-color css

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

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

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