#753E33

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

Shades of Crown Of Thorns #753E33

Tints of Crown Of Thorns #753E33

Color information

#753E33 (or 0x753E33) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3E and 33. RGB value is (117,62,51). Sum of RGB (Red+Green+Blue) = 117+62+51=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #753E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E33 is #8AC1CC. Grayscale: #4D4D4D. Windows color (decimal): -9093581 or 3358325. OLE color: 3358325.

HSL color Cylindrical-coordinate representation of color #753E33: hue angle of 10º 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 #753E33 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1176251-
CMYK00.470.560.54
HSL10º39.29%32.94%-
HSV(B)10º56.41%45.88%-
XYZ9.667.474.06-
YUV77.19113.22156.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=50.87%
G=26.96%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117625100.470.560.541039.2932.94
Hex753E3302F3836a2721
Octal16576630577066124741
Binary111010111111011001101011111110001101101010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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