#744034

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

Shades of Crown Of Thorns #744034

Tints of Crown Of Thorns #744034

Color information

#744034 (or 0x744034) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 40 and 34. RGB value is (116,64,52). Sum of RGB (Red+Green+Blue) = 116+64+52=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744034 is #8BBFCB. Grayscale: #4E4E4E. Windows color (decimal): -9158604 or 3424372. OLE color: 3424372.

HSL color Cylindrical-coordinate representation of color #744034: hue angle of 11.25º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #744034 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1166452-
CMYK00.450.550.55
HSL11.25º38.1%32.94%-
HSV(B)11.25º55.17%45.49%-
XYZ9.667.634.21-
YUV78.18113.23154.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=50%
G=27.59%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116645200.450.550.5511.2538.132.94
Hex74403402D3737b2621
Octal164100640556767134641
Binary1110100100000011010001011011101111101111011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744034; }

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

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

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

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

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

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

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

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