#744135

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

Shades of Crown Of Thorns #744135

Tints of Crown Of Thorns #744135

Color information

#744135 (or 0x744135) is unknown color: approx Crown Of Thorns. HEX triplet: 74, 41 and 35. RGB value is (116,65,53). Sum of RGB (Red+Green+Blue) = 116+65+53=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #744135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744135 is #8BBECA. Grayscale: #4E4E4E. Windows color (decimal): -9158347 or 3490164. OLE color: 3490164.

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

Color convert

RGB1166553-
CMYK00.440.540.55
HSL11.43º37.28%33.14%-
HSV(B)11.43º54.31%45.49%-
XYZ9.747.754.35-
YUV78.88113.4154.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=49.57%
G=27.78%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116655300.440.540.5511.4337.2833.14
Hex74413502C3637b2521
Octal164101650546667134541
Binary1110100100000111010101011001101101101111011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744135; }

 p { color: rgb(116,65,53); }

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

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

 a { background-color: rgb(116,65,53); }

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

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

 span { border-color: rgb(116,65,53); }

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