Html Css Color HEX #713933 Crown Of Thorns

📋 copy color: '#713933'

red 113 ◦ green 57 ◦ blue 51

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

Shades of Crown Of Thorns #713933

Tints of Crown Of Thorns #713933

RGB

 RED value IS 113 (44.53% from 255) = 51.13%

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 51 (20.31% from 255) = 23.08%

R = 51.13%
G = 25.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#713933 (or 0x713933) is known color: Crown Of Thorns. HEX triplet: 71, 39 and 33. RGB value is (113,57,51). Sum of RGB (Red+Green+Blue) = 113+57+51=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713933 is #8EC6CC. Grayscale: #494949. Windows color (decimal): -9357005 or 3357041. OLE color: 3357041.

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

Color convert

RGB 113 57 51 -
CMYK 0 0.50 0.55 0.56
HSL 5.81º 0.38% 0.32% -
HSV(B) 5.81º 0.55% 0.44% -
XYZ 8.87 6.68 3.95 -
YUV 73.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 113 57 51 0 0.50 0.55 0.56 5.81 0.38 0.32
Hex 71 39 33 0 32 37 38 6 26 20
Octal 161 71 63 0 62 67 70 6 46 40
Binary 1110001 111001 110011 0 110010 110111 111000 110 100110 100000

Color Harmonies of #713933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713933

Black with #713933

Text Example


Text Example

White with #713933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713933; }

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

 H1.HeaderClassName
 {
   color: #713933;
 }
 .AnyTagClassName
 {
   color: #713933;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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