#743D31

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

Shades of Crown Of Thorns #743D31

Tints of Crown Of Thorns #743D31

Color information

#743D31 (or 0x743D31) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3D and 31. RGB value is (116,61,49). Sum of RGB (Red+Green+Blue) = 116+61+49=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #743D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D31 is #8BC2CE. Grayscale: #4C4C4C. Windows color (decimal): -9159375 or 3226996. OLE color: 3226996.

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

Color convert

RGB1166149-
CMYK00.470.580.55
HSL10.75º40.61%32.35%-
HSV(B)10.75º57.76%45.49%-
XYZ9.437.273.81-
YUV76.08112.72156.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=51.33%
G=26.99%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116614900.470.580.5510.7540.6132.35
Hex743D3102F3A37b2920
Octal16475610577267135140
Binary111010011110111000101011111110101101111011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,61,49); }

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

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

 a { background-color: rgb(116,61,49); }

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

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

 span { border-color: rgb(116,61,49); }

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