Html Css Color HEX #754A41 Bole

📋 copy color: '#754A41'

red 117 ◦ green 74 ◦ blue 65

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

Shades of Bole #754A41

Tints of Bole #754A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

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

R = 45.7%
G = 28.91%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#754A41 (or 0x754A41) is known color: Bole. HEX triplet: 75, 4A and 41. RGB value is (117,74,65). Sum of RGB (Red+Green+Blue) = 117+74+65=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A41 is #8AB5BE. Grayscale: #555555. Windows color (decimal): -9090495 or 4278901. OLE color: 4278901.

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

Color convert

RGB 117 74 65 -
CMYK 0 0.37 0.44 0.54
HSL 10.38º 0.29% 0.36% -
HSV(B) 10.38º 0.44% 0.46% -
XYZ 10.74 9.06 6.18 -
YUV 85.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 117 74 65 0 0.37 0.44 0.54 10.38 0.29 0.36
Hex 75 4A 41 0 25 2C 36 A 1D 24
Octal 165 112 101 0 45 54 66 12 35 44
Binary 1110101 1001010 1000001 0 100101 101100 110110 1010 11101 100100

Color Harmonies of #754A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A41

Black with #754A41

Text Example


Text Example

White with #754A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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