Html Css Color HEX #754841 Bole

📋 copy color: '#754841'

red 117 ◦ green 72 ◦ blue 65

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

Shades of Bole #754841

Tints of Bole #754841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 46.06%
G = 28.35%
B = 25.59%

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

#754841 (or 0x754841) is known color: Bole. HEX triplet: 75, 48 and 41. RGB value is (117,72,65). Sum of RGB (Red+Green+Blue) = 117+72+65=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754841 is #8AB7BE. Grayscale: #545454. Windows color (decimal): -9091007 or 4278389. OLE color: 4278389.

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

Color convert

RGB 117 72 65 -
CMYK 0 0.38 0.44 0.54
HSL 8.08º 0.29% 0.36% -
HSV(B) 8.08º 0.44% 0.46% -
XYZ 10.61 8.8 6.14 -
YUV 84.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 117 72 65 0 0.38 0.44 0.54 8.08 0.29 0.36
Hex 75 48 41 0 26 2C 36 8 1D 24
Octal 165 110 101 0 46 54 66 10 35 44
Binary 1110101 1001000 1000001 0 100110 101100 110110 1000 11101 100100

Color Harmonies of #754841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754841

Black with #754841

Text Example


Text Example

White with #754841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754841; }

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

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

background-color css

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

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

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

border-color css

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

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

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