#743A37

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

Shades of Crown Of Thorns #743A37

Tints of Crown Of Thorns #743A37

Color information

#743A37 (or 0x743A37) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 3A and 37. RGB value is (116,58,55). Sum of RGB (Red+Green+Blue) = 116+58+55=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #743A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A37 is #8BC5C8. Grayscale: #4B4B4B. Windows color (decimal): -9160137 or 3619444. OLE color: 3619444.

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

Color convert

RGB1165855-
CMYK00.50.530.55
HSL2.95º35.67%33.53%-
HSV(B)2.95º52.59%45.49%-
XYZ9.417.014.47-
YUV75116.72157.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=50.66%
G=25.33%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116585500.50.530.552.9535.6733.53
Hex743A37032353732422
Octal1647267062656734442
Binary1110100111010110111011001011010111011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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