Html Css Color HEX #713A34 Crown Of Thorns

📋 copy color: '#713A34'

red 113 ◦ green 58 ◦ blue 52

#713A34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crown Of Thorns #713A34

Tints of Crown Of Thorns #713A34

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.7% from 255) = 23.32%

R = 50.67%
G = 26.01%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#713A34 (or 0x713A34) is known color: 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

RGB 113 58 52 -
CMYK 0 0.49 0.54 0.56
HSL 5.9º 0.37% 0.32% -
HSV(B) 5.9º 0.54% 0.44% -
XYZ 8.94 6.78 4.09 -
YUV 73.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 113 58 52 0 0.49 0.54 0.56 5.9 0.37 0.32
Hex 71 3A 34 0 31 36 38 6 25 20
Octal 161 72 64 0 61 66 70 6 45 40
Binary 1110001 111010 110100 0 110001 110110 111000 110 100101 100000

Color Harmonies of #713A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A34

Black with #713A34

Text Example


Text Example

White with #713A34

Text Example


Text Example

HTML Codes & Css Web 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>