Html Css Color HEX #773F36 Crown Of Thorns

📋 copy color: '#773F36'

red 119 ◦ green 63 ◦ blue 54

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

Shades of Crown Of Thorns #773F36

Tints of Crown Of Thorns #773F36

RGB

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

 GREEN value IS 63 (25% from 255) = 26.69%

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 50.42%
G = 26.69%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773F36 (or 0x773F36) is known color: Crown Of Thorns. HEX triplet: 77, 3F and 36. RGB value is (119,63,54). Sum of RGB (Red+Green+Blue) = 119+63+54=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773F36 is #88C0C9. Grayscale: #4E4E4E. Windows color (decimal): -8962250 or 3555191. OLE color: 3555191.

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

Color convert

RGB 119 63 54 -
CMYK 0 0.47 0.55 0.53
HSL 8.31º 0.38% 0.34% -
HSV(B) 8.31º 0.55% 0.47% -
XYZ 10.05 7.74 4.45 -
YUV 78.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 119 63 54 0 0.47 0.55 0.53 8.31 0.38 0.34
Hex 77 3F 36 0 2F 37 35 8 26 22
Octal 167 77 66 0 57 67 65 10 46 42
Binary 1110111 111111 110110 0 101111 110111 110101 1000 100110 100010

Color Harmonies of #773F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F36

Black with #773F36

Text Example


Text Example

White with #773F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,54); }

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

background-color css

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

 a { background-color: rgb(119,63,54); }

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

border-color css

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

 span { border-color: rgb(119,63,54); }

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