#713A34

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

Shades of Crown Of Thorns #713A34

Tints of Crown Of Thorns #713A34

Color information

#713A34 (or 0x713A34) is unknown color: approx Crown Of Thorns. HEX triplet: 71, 3A and 34. RGB value is (113,58,52). Sum of RGB (Red+Green+Blue) = 113+58+52=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #713A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A34 is #8EC5CB. Grayscale: #494949. Windows color (decimal): -9356748 or 3422833. OLE color: 3422833.

HSL color Cylindrical-coordinate representation of color #713A34: hue angle of 5.9º 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 #713A34 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1135852-
CMYK00.490.540.56
HSL5.9º36.97%32.35%-
HSV(B)5.9º53.98%44.31%-
XYZ8.946.784.09-
YUV73.76115.72155.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=50.67%
G=26.01%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113585200.490.540.565.936.9732.35
Hex713A34031363862520
Octal1617264061667064540
Binary11100011110101101000110001110110111000110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713A34; }

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

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

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

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

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

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

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

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