Html Css Color HEX #773931 Crown Of Thorns

📋 copy color: '#773931'

red 119 ◦ green 57 ◦ blue 49

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

Shades of Crown Of Thorns #773931

Tints of Crown Of Thorns #773931

RGB

 RED value IS 119 (46.88% from 255) = 52.89%

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

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

R = 52.89%
G = 25.33%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#773931 (or 0x773931) is known color: Crown Of Thorns. HEX triplet: 77, 39 and 31. RGB value is (119,57,49). Sum of RGB (Red+Green+Blue) = 119+57+49=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773931 is #88C6CE. Grayscale: #4A4A4A. Windows color (decimal): -8963791 or 3225975. OLE color: 3225975.

HSL color Cylindrical-coordinate representation of color #773931: hue angle of 6.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773931 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 49 -
CMYK 0 0.52 0.59 0.53
HSL 6.86º 0.42% 0.33% -
HSV(B) 6.86º 0.59% 0.47% -
XYZ 9.63 7.07 3.76 -
YUV 74.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 119 57 49 0 0.52 0.59 0.53 6.86 0.42 0.33
Hex 77 39 31 0 34 3B 35 7 2A 21
Octal 167 71 61 0 64 73 65 7 52 41
Binary 1110111 111001 110001 0 110100 111011 110101 111 101010 100001

Color Harmonies of #773931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773931

Black with #773931

Text Example


Text Example

White with #773931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773931; }

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

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

background-color css

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

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

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

border-color css

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

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

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