#754034

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

Shades of Crown Of Thorns #754034

Tints of Crown Of Thorns #754034

Color information

#754034 (or 0x754034) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 40 and 34. RGB value is (117,64,52). Sum of RGB (Red+Green+Blue) = 117+64+52=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754034 is #8ABFCB. Grayscale: #4E4E4E. Windows color (decimal): -9093068 or 3424373. OLE color: 3424373.

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

Color convert

RGB1176452-
CMYK00.450.560.54
HSL11.08º38.46%33.14%-
HSV(B)11.08º55.56%45.88%-
XYZ9.797.74.22-
YUV78.48113.06155.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 52 (20.70% from 255) = 22.32%
R=50.21%
G=27.47%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117645200.450.560.5411.0838.4633.14
Hex75403402D3836b2621
Octal165100640557066134641
Binary1110101100000011010001011011110001101101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754034; }

 p { color: rgb(117,64,52); }

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

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

 a { background-color: rgb(117,64,52); }

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

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

 span { border-color: rgb(117,64,52); }

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