#744137

Color #744137 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #744137

Tints of Crown Of Thorns #744137

Color information

#744137 (or 0x744137) is unknown color: approx 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

RGB1166555-
CMYK00.440.530.55
HSL9.84º35.67%33.53%-
HSV(B)9.84º52.59%45.49%-
XYZ9.787.774.6-
YUV79.11114.4154.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116655500.440.530.559.8435.6733.53
Hex74413702C3537a2422
Octal164101670546567124442
Binary1110100100000111011101011001101011101111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>