Html Css Color HEX #744139 Bole

📋 copy color: '#744139'

red 116 ◦ green 65 ◦ blue 57

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

Shades of Bole #744139

Tints of Bole #744139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

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

R = 48.74%
G = 27.31%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#744139 (or 0x744139) is known color: Bole. HEX triplet: 74, 41 and 39. RGB value is (116,65,57). Sum of RGB (Red+Green+Blue) = 116+65+57=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #744139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744139 is #8BBEC6. Grayscale: #4F4F4F. Windows color (decimal): -9158343 or 3752308. OLE color: 3752308.

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

Color convert

RGB 116 65 57 -
CMYK 0 0.44 0.51 0.55
HSL 8.14º 0.34% 0.34% -
HSV(B) 8.14º 0.51% 0.45% -
XYZ 9.83 7.79 4.86 -
YUV 79.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 116 65 57 0 0.44 0.51 0.55 8.14 0.34 0.34
Hex 74 41 39 0 2C 33 37 8 22 22
Octal 164 101 71 0 54 63 67 10 42 42
Binary 1110100 1000001 111001 0 101100 110011 110111 1000 100010 100010

Color Harmonies of #744139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744139

Black with #744139

Text Example


Text Example

White with #744139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744139; }

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

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

background-color css

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

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

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

border-color css

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

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

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