#743D38

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

Shades of Crown Of Thorns #743D38

Tints of Crown Of Thorns #743D38

Color information

#743D38 (or 0x743D38) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3D and 38. RGB value is (116,61,56). Sum of RGB (Red+Green+Blue) = 116+61+56=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #743D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D38 is #8BC2C7. Grayscale: #4C4C4C. Windows color (decimal): -9159368 or 3685748. OLE color: 3685748.

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

Color convert

RGB1166156-
CMYK00.470.520.55
HSL34.88%33.73%-
HSV(B)51.72%45.49%-
XYZ9.597.344.65-
YUV76.87116.22155.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=49.79%
G=26.18%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116615600.470.520.55534.8833.73
Hex743D3802F343752322
Octal1647570057646754342
Binary11101001111011110000101111110100110111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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