#713934

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

Shades of Crown Of Thorns #713934

Tints of Crown Of Thorns #713934

Color information

#713934 (or 0x713934) is unknown color: approx Crown Of Thorns. HEX triplet: 71, 39 and 34. RGB value is (113,57,52). Sum of RGB (Red+Green+Blue) = 113+57+52=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #713934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713934 is #8EC6CB. Grayscale: #494949. Windows color (decimal): -9357004 or 3422577. OLE color: 3422577.

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

Color convert

RGB1135752-
CMYK00.500.540.56
HSL4.92º36.97%32.35%-
HSV(B)4.92º53.98%44.31%-
XYZ8.896.684.07-
YUV73.17116.05156.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=50.90%
G=25.68%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113575200.500.540.564.9236.9732.35
Hex713934032363852520
Octal1617164062667054540
Binary11100011110011101000110010110110111000101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713934; }

 p { color: rgb(113,57,52); }

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

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

 a { background-color: rgb(113,57,52); }

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

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

 span { border-color: rgb(113,57,52); }

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