Html Css Color HEX #773D31 Crown Of Thorns

📋 copy color: '#773D31'

red 119 ◦ green 61 ◦ blue 49

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

Shades of Crown Of Thorns #773D31

Tints of Crown Of Thorns #773D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.64%

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

R = 51.97%
G = 26.64%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#773D31 (or 0x773D31) is known color: Crown Of Thorns. HEX triplet: 77, 3D and 31. RGB value is (119,61,49). Sum of RGB (Red+Green+Blue) = 119+61+49=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #773D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D31 is #88C2CE. Grayscale: #4D4D4D. Windows color (decimal): -8962767 or 3226999. OLE color: 3226999.

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

Color convert

RGB 119 61 49 -
CMYK 0 0.49 0.59 0.53
HSL 10.29º 0.42% 0.33% -
HSV(B) 10.29º 0.59% 0.47% -
XYZ 9.83 7.48 3.83 -
YUV 76.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 119 61 49 0 0.49 0.59 0.53 10.29 0.42 0.33
Hex 77 3D 31 0 31 3B 35 A 2A 21
Octal 167 75 61 0 61 73 65 12 52 41
Binary 1110111 111101 110001 0 110001 111011 110101 1010 101010 100001

Color Harmonies of #773D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D31

Black with #773D31

Text Example


Text Example

White with #773D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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