#743832

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

Shades of Crown Of Thorns #743832

Tints of Crown Of Thorns #743832

Color information

#743832 (or 0x743832) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 38 and 32. RGB value is (116,56,50). Sum of RGB (Red+Green+Blue) = 116+56+50=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #743832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743832 is #8BC7CD. Grayscale: #494949. Windows color (decimal): -9160654 or 3291252. OLE color: 3291252.

HSL color Cylindrical-coordinate representation of color #743832: hue angle of 5.45º 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 #743832 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1165650-
CMYK00.520.570.55
HSL5.45º39.76%32.55%-
HSV(B)5.45º56.9%45.49%-
XYZ9.196.773.84-
YUV73.26114.88158.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=52.25%
G=25.23%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116565000.520.570.555.4539.7632.55
Hex743832034393752821
Octal1647062064716755041
Binary11101001110001100100110100111001110111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743832; }

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

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

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

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

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

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

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

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