Html Css Color HEX #773731 Crown Of Thorns

📋 copy color: '#773731'

red 119 ◦ green 55 ◦ blue 49

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

Shades of Crown Of Thorns #773731

Tints of Crown Of Thorns #773731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.66%

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

R = 53.36%
G = 24.66%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#773731 (or 0x773731) is known color: Crown Of Thorns. HEX triplet: 77, 37 and 31. RGB value is (119,55,49). Sum of RGB (Red+Green+Blue) = 119+55+49=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773731 is #88C8CE. Grayscale: #494949. Windows color (decimal): -8964303 or 3225463. OLE color: 3225463.

HSL color Cylindrical-coordinate representation of color #773731: hue angle of 5.14º 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 #773731 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 49 -
CMYK 0 0.54 0.59 0.53
HSL 5.14º 0.42% 0.33% -
HSV(B) 5.14º 0.59% 0.47% -
XYZ 9.53 6.88 3.73 -
YUV 73.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 119 55 49 0 0.54 0.59 0.53 5.14 0.42 0.33
Hex 77 37 31 0 36 3B 35 5 2A 21
Octal 167 67 61 0 66 73 65 5 52 41
Binary 1110111 110111 110001 0 110110 111011 110101 101 101010 100001

Color Harmonies of #773731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773731

Black with #773731

Text Example


Text Example

White with #773731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773731; }

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

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

background-color css

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

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

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

border-color css

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

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

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