#743D34

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

Shades of Crown Of Thorns #743D34

Tints of Crown Of Thorns #743D34

Color information

#743D34 (or 0x743D34) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3D and 34. RGB value is (116,61,52). Sum of RGB (Red+Green+Blue) = 116+61+52=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #743D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D34 is #8BC2CB. Grayscale: #4C4C4C. Windows color (decimal): -9159372 or 3423604. OLE color: 3423604.

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

Color convert

RGB1166152-
CMYK00.470.550.55
HSL8.44º38.1%32.94%-
HSV(B)8.44º55.17%45.49%-
XYZ9.497.34.16-
YUV76.42114.22156.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=50.66%
G=26.64%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116615200.470.550.558.4438.132.94
Hex743D3402F373782621
Octal16475640576767104641
Binary111010011110111010001011111101111101111000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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