Html Css Color HEX #744439 Bole

📋 copy color: '#744439'

red 116 ◦ green 68 ◦ blue 57

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

Shades of Bole #744439

Tints of Bole #744439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 48.13%
G = 28.22%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#744439 (or 0x744439) is known color: Bole. HEX triplet: 74, 44 and 39. RGB value is (116,68,57). Sum of RGB (Red+Green+Blue) = 116+68+57=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #744439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744439 is #8BBBC6. Grayscale: #515151. Windows color (decimal): -9157575 or 3753076. OLE color: 3753076.

HSL color Cylindrical-coordinate representation of color #744439: hue angle of 11.19º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744439 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 57 -
CMYK 0 0.41 0.51 0.55
HSL 11.19º 0.34% 0.34% -
HSV(B) 11.19º 0.51% 0.45% -
XYZ 10.01 8.14 4.92 -
YUV 81.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 116 68 57 0 0.41 0.51 0.55 11.19 0.34 0.34
Hex 74 44 39 0 29 33 37 B 22 22
Octal 164 104 71 0 51 63 67 13 42 42
Binary 1110100 1000100 111001 0 101001 110011 110111 1011 100010 100010

Color Harmonies of #744439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744439

Black with #744439

Text Example


Text Example

White with #744439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744439; }

 p { color: rgb(116,68,57); }

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

background-color css

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

 a { background-color: rgb(116,68,57); }

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

border-color css

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

 span { border-color: rgb(116,68,57); }

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