#743F31

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

Shades of Crown Of Thorns #743F31

Tints of Crown Of Thorns #743F31

Color information

#743F31 (or 0x743F31) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3F and 31. RGB value is (116,63,49). Sum of RGB (Red+Green+Blue) = 116+63+49=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #743F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F31 is #8BC0CE. Grayscale: #4D4D4D. Windows color (decimal): -9158863 or 3227508. OLE color: 3227508.

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

Color convert

RGB1166349-
CMYK00.460.580.55
HSL12.54º40.61%32.35%-
HSV(B)12.54º57.76%45.49%-
XYZ9.537.493.85-
YUV77.25112.06155.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 63 (25% from 255) = 27.63%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=50.88%
G=27.63%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116634900.460.580.5512.5440.6132.35
Hex743F3102E3A37d2920
Octal16477610567267155140
Binary111010011111111000101011101110101101111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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