Html Css Color HEX #773D38 Crown Of Thorns

📋 copy color: '#773D38'

red 119 ◦ green 61 ◦ blue 56

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

Shades of Crown Of Thorns #773D38

Tints of Crown Of Thorns #773D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 50.42%
G = 25.85%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#773D38 (or 0x773D38) is known color: Crown Of Thorns. HEX triplet: 77, 3D and 38. RGB value is (119,61,56). Sum of RGB (Red+Green+Blue) = 119+61+56=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D38 is #88C2C7. Grayscale: #4D4D4D. Windows color (decimal): -8962760 or 3685751. OLE color: 3685751.

HSL color Cylindrical-coordinate representation of color #773D38: hue angle of 4.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #773D38 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 61 56 -
CMYK 0 0.49 0.53 0.53
HSL 4.76º 0.36% 0.34% -
HSV(B) 4.76º 0.53% 0.47% -
XYZ 9.99 7.54 4.67 -
YUV 77.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 119 61 56 0 0.49 0.53 0.53 4.76 0.36 0.34
Hex 77 3D 38 0 31 35 35 5 24 22
Octal 167 75 70 0 61 65 65 5 44 42
Binary 1110111 111101 111000 0 110001 110101 110101 101 100100 100010

Color Harmonies of #773D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D38

Black with #773D38

Text Example


Text Example

White with #773D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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