#753F32

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

Shades of Crown Of Thorns #753F32

Tints of Crown Of Thorns #753F32

Color information

#753F32 (or 0x753F32) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3F and 32. RGB value is (117,63,50). Sum of RGB (Red+Green+Blue) = 117+63+50=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #753F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F32 is #8AC0CD. Grayscale: #4D4D4D. Windows color (decimal): -9093326 or 3293045. OLE color: 3293045.

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

Color convert

RGB1176350-
CMYK00.460.570.54
HSL11.64º40.12%32.75%-
HSV(B)11.64º57.26%45.88%-
XYZ9.697.573.97-
YUV77.66112.39156.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=50.87%
G=27.39%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117635000.460.570.5411.6440.1232.75
Hex753F3202E3936c2821
Octal16577620567166145041
Binary111010111111111001001011101110011101101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,50); }

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

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

 a { background-color: rgb(117,63,50); }

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

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

 span { border-color: rgb(117,63,50); }

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