#753E38

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

Shades of Crown Of Thorns #753E38

Tints of Crown Of Thorns #753E38

Color information

#753E38 (or 0x753E38) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 3E and 38. RGB value is (117,62,56). Sum of RGB (Red+Green+Blue) = 117+62+56=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E38 is #8AC1C7. Grayscale: #4D4D4D. Windows color (decimal): -9093576 or 3686005. OLE color: 3686005.

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

Color convert

RGB1176256-
CMYK00.470.520.54
HSL5.9º35.26%33.92%-
HSV(B)5.9º52.14%45.88%-
XYZ9.777.514.68-
YUV77.76115.72155.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=49.79%
G=26.38%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117625600.470.520.545.935.2633.92
Hex753E3802F343662322
Octal1657670057646664342
Binary11101011111101110000101111110100110110110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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