#753D33

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

Shades of Crown Of Thorns #753D33

Tints of Crown Of Thorns #753D33

Color information

#753D33 (or 0x753D33) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3D and 33. RGB value is (117,61,51). Sum of RGB (Red+Green+Blue) = 117+61+51=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753D33 is #8AC2CC. Grayscale: #4C4C4C. Windows color (decimal): -9093837 or 3358069. OLE color: 3358069.

HSL color Cylindrical-coordinate representation of color #753D33: hue angle of 9.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753D33 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1176151-
CMYK00.480.560.54
HSL9.09º39.29%32.94%-
HSV(B)9.09º56.41%45.88%-
XYZ9.67.364.05-
YUV76.6113.55156.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=51.09%
G=26.64%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117615100.480.560.549.0939.2932.94
Hex753D33030383692721
Octal16575630607066114741
Binary111010111110111001101100001110001101101001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753D33; }

 p { color: rgb(117,61,51); }

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

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

 a { background-color: rgb(117,61,51); }

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

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

 span { border-color: rgb(117,61,51); }

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