#75392F

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

Shades of Crown Of Thorns #75392F

Tints of Crown Of Thorns #75392F

Color information

#75392F (or 0x75392F) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 39 and 2F. RGB value is (117,57,47). Sum of RGB (Red+Green+Blue) = 117+57+47=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #75392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75392F is #8AC6D0. Grayscale: #494949. Windows color (decimal): -9094865 or 3094901. OLE color: 3094901.

HSL color Cylindrical-coordinate representation of color #75392F: hue angle of 8.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75392F is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1175747-
CMYK00.510.600.54
HSL8.57º42.68%32.16%-
HSV(B)8.57º59.83%45.88%-
XYZ9.316.913.53-
YUV73.8112.88158.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=52.94%
G=25.79%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117574700.510.600.548.5742.6832.16
Hex75392F0333C3692b20
Octal16571570637466115340
Binary111010111100110111101100111111001101101001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75392F; }

 p { color: rgb(117,57,47); }

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

<style>
 a { background-color: #75392F; }

 a { background-color: rgb(117,57,47); }

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

<style>
 span { border-color: #75392F; }

 span { border-color: rgb(117,57,47); }

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