#753F34

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

Shades of Crown Of Thorns #753F34

Tints of Crown Of Thorns #753F34

Color information

#753F34 (or 0x753F34) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3F and 34. RGB value is (117,63,52). Sum of RGB (Red+Green+Blue) = 117+63+52=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F34 is #8AC0CB. Grayscale: #4D4D4D. Windows color (decimal): -9093324 or 3424117. OLE color: 3424117.

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

Color convert

RGB1176352-
CMYK00.460.560.54
HSL10.15º38.46%33.14%-
HSV(B)10.15º55.56%45.88%-
XYZ9.737.584.2-
YUV77.89113.39155.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=50.43%
G=27.16%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117635200.460.560.5410.1538.4633.14
Hex753F3402E3836a2621
Octal16577640567066124641
Binary111010111111111010001011101110001101101010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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