#743B37

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

Shades of Crown Of Thorns #743B37

Tints of Crown Of Thorns #743B37

Color information

#743B37 (or 0x743B37) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3B and 37. RGB value is (116,59,55). Sum of RGB (Red+Green+Blue) = 116+59+55=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #743B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B37 is #8BC4C8. Grayscale: #4B4B4B. Windows color (decimal): -9159881 or 3619700. OLE color: 3619700.

HSL color Cylindrical-coordinate representation of color #743B37: hue angle of 3.93º 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 #743B37 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1165955-
CMYK00.490.530.55
HSL3.93º35.67%33.53%-
HSV(B)3.93º52.59%45.49%-
XYZ9.467.124.49-
YUV75.59116.38156.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=50.43%
G=25.65%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116595500.490.530.553.9335.6733.53
Hex743B37031353742422
Octal1647367061656744442
Binary11101001110111101110110001110101110111100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743B37; }

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

 H1.HeaderClassName
 {
   color: #743B37;
 }
 .AnyTagClassName
 {
   color: #743B37;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #743B37;
 }
 .BgClassName
 {
   background-color: #743B37;
 }
</style>
border-color css

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

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

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