#753832

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

Shades of Crown Of Thorns #753832

Tints of Crown Of Thorns #753832

Color information

#753832 (or 0x753832) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 38 and 32. RGB value is (117,56,50). Sum of RGB (Red+Green+Blue) = 117+56+50=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753832 is #8AC7CD. Grayscale: #494949. Windows color (decimal): -9095118 or 3291253. OLE color: 3291253.

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

Color convert

RGB1175650-
CMYK00.520.570.54
HSL5.37º40.12%32.75%-
HSV(B)5.37º57.26%45.88%-
XYZ9.336.843.85-
YUV73.55114.71158.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=52.47%
G=25.11%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117565000.520.570.545.3740.1232.75
Hex753832034393652821
Octal1657062064716655041
Binary11101011110001100100110100111001110110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753832; }

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

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

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

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

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

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

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

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