#743A32

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

Shades of Crown Of Thorns #743A32

Tints of Crown Of Thorns #743A32

Color information

#743A32 (or 0x743A32) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3A and 32. RGB value is (116,58,50). Sum of RGB (Red+Green+Blue) = 116+58+50=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A32 is #8BC5CD. Grayscale: #4A4A4A. Windows color (decimal): -9160142 or 3291764. OLE color: 3291764.

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

Color convert

RGB1165850-
CMYK00.50.570.55
HSL7.27º39.76%32.55%-
HSV(B)7.27º56.9%45.49%-
XYZ9.296.973.87-
YUV74.43114.22157.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=51.79%
G=25.89%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116585000.50.570.557.2739.7632.55
Hex743A32032393772821
Octal1647262062716775041
Binary11101001110101100100110010111001110111111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,50); }

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

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

 a { background-color: rgb(116,58,50); }

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

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

 span { border-color: rgb(116,58,50); }

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