#753F38

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

Shades of Crown Of Thorns #753F38

Tints of Crown Of Thorns #753F38

Color information

#753F38 (or 0x753F38) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3F and 38. RGB value is (117,63,56). Sum of RGB (Red+Green+Blue) = 117+63+56=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F38 is #8AC0C7. Grayscale: #4E4E4E. Windows color (decimal): -9093320 or 3686261. OLE color: 3686261.

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

Color convert

RGB1176356-
CMYK00.460.520.54
HSL6.89º35.26%33.92%-
HSV(B)6.89º52.14%45.88%-
XYZ9.837.624.69-
YUV78.35115.39155.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=49.58%
G=26.69%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117635600.460.520.546.8935.2633.92
Hex753F3802E343672322
Octal1657770056646674342
Binary11101011111111110000101110110100110110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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