Html Css Color HEX #744137 Crown Of Thorns

📋 copy color: '#744137'

red 116 ◦ green 65 ◦ blue 55

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

Shades of Crown Of Thorns #744137

Tints of Crown Of Thorns #744137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 49.15%
G = 27.54%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#744137 (or 0x744137) is known color: Crown Of Thorns. HEX triplet: 74, 41 and 37. RGB value is (116,65,55). Sum of RGB (Red+Green+Blue) = 116+65+55=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #744137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744137 is #8BBEC8. Grayscale: #4F4F4F. Windows color (decimal): -9158345 or 3621236. OLE color: 3621236.

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

Color convert

RGB 116 65 55 -
CMYK 0 0.44 0.53 0.55
HSL 9.84º 0.36% 0.34% -
HSV(B) 9.84º 0.53% 0.45% -
XYZ 9.78 7.77 4.6 -
YUV 79.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 116 65 55 0 0.44 0.53 0.55 9.84 0.36 0.34
Hex 74 41 37 0 2C 35 37 A 24 22
Octal 164 101 67 0 54 65 67 12 44 42
Binary 1110100 1000001 110111 0 101100 110101 110111 1010 100100 100010

Color Harmonies of #744137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744137

Black with #744137

Text Example


Text Example

White with #744137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744137; }

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

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

background-color css

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

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

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

border-color css

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

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

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