Html Css Color HEX #733931 Crown Of Thorns

📋 copy color: '#733931'

red 115 ◦ green 57 ◦ blue 49

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

Shades of Crown Of Thorns #733931

Tints of Crown Of Thorns #733931

RGB

 RED value IS 115 (45.31% from 255) = 52.04%

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

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 52.04%
G = 25.79%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#733931 (or 0x733931) is known color: Crown Of Thorns. HEX triplet: 73, 39 and 31. RGB value is (115,57,49). Sum of RGB (Red+Green+Blue) = 115+57+49=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733931 is #8CC6CE. Grayscale: #494949. Windows color (decimal): -9225935 or 3225971. OLE color: 3225971.

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

Color convert

RGB 115 57 49 -
CMYK 0 0.50 0.57 0.55
HSL 7.27º 0.4% 0.32% -
HSV(B) 7.27º 0.57% 0.45% -
XYZ 9.09 6.79 3.74 -
YUV 73.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 115 57 49 0 0.50 0.57 0.55 7.27 0.4 0.32
Hex 73 39 31 0 32 39 37 7 28 20
Octal 163 71 61 0 62 71 67 7 50 40
Binary 1110011 111001 110001 0 110010 111001 110111 111 101000 100000

Color Harmonies of #733931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733931

Black with #733931

Text Example


Text Example

White with #733931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733931; }

 p { color: rgb(115,57,49); }

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

background-color css

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

 a { background-color: rgb(115,57,49); }

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

border-color css

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

 span { border-color: rgb(115,57,49); }

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