#753933

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

Shades of Crown Of Thorns #753933

Tints of Crown Of Thorns #753933

Color information

#753933 (or 0x753933) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 39 and 33. RGB value is (117,57,51). Sum of RGB (Red+Green+Blue) = 117+57+51=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753933 is #8AC6CC. Grayscale: #4A4A4A. Windows color (decimal): -9094861 or 3357045. OLE color: 3357045.

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

Color convert

RGB1175751-
CMYK00.510.560.54
HSL5.45º39.29%32.94%-
HSV(B)5.45º56.41%45.88%-
XYZ9.46.953.98-
YUV74.26114.88158.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=52%
G=25.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117575100.510.560.545.4539.2932.94
Hex753933033383652721
Octal1657163063706654741
Binary11101011110011100110110011111000110110101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753933; }

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

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

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

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

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

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

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

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