Html Css Color HEX #744241 Bole

📋 copy color: '#744241'

red 116 ◦ green 66 ◦ blue 65

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

Shades of Bole #744241

Tints of Bole #744241

RGB

 RED value IS 116 (45.7% from 255) = 46.96%

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 46.96%
G = 26.72%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#744241 (or 0x744241) is known color: Bole. HEX triplet: 74, 42 and 41. RGB value is (116,66,65). Sum of RGB (Red+Green+Blue) = 116+66+65=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #744241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744241 is #8BBDBE. Grayscale: #505050. Windows color (decimal): -9158079 or 4276852. OLE color: 4276852.

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

Color convert

RGB 116 66 65 -
CMYK 0 0.43 0.44 0.55
HSL 1.18º 0.28% 0.35% -
HSV(B) 1.18º 0.44% 0.45% -
XYZ 10.1 7.99 6.01 -
YUV 80.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 116 66 65 0 0.43 0.44 0.55 1.18 0.28 0.35
Hex 74 42 41 0 2B 2C 37 1 1C 23
Octal 164 102 101 0 53 54 67 1 34 43
Binary 1110100 1000010 1000001 0 101011 101100 110111 1 11100 100011

Color Harmonies of #744241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744241

Black with #744241

Text Example


Text Example

White with #744241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744241; }

 p { color: rgb(116,66,65); }

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

background-color css

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

 a { background-color: rgb(116,66,65); }

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

border-color css

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

 span { border-color: rgb(116,66,65); }

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