Html Css Color HEX #773C36 Crown Of Thorns

📋 copy color: '#773C36'

red 119 ◦ green 60 ◦ blue 54

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

Shades of Crown Of Thorns #773C36

Tints of Crown Of Thorns #773C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.75%

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

R = 51.07%
G = 25.75%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773C36 (or 0x773C36) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 36. RGB value is (119,60,54). Sum of RGB (Red+Green+Blue) = 119+60+54=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C36 is #88C3C9. Grayscale: #4D4D4D. Windows color (decimal): -8963018 or 3554423. OLE color: 3554423.

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

Color convert

RGB 119 60 54 -
CMYK 0 0.50 0.55 0.53
HSL 5.54º 0.38% 0.34% -
HSV(B) 5.54º 0.55% 0.47% -
XYZ 9.89 7.42 4.4 -
YUV 76.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 119 60 54 0 0.50 0.55 0.53 5.54 0.38 0.34
Hex 77 3C 36 0 32 37 35 6 26 22
Octal 167 74 66 0 62 67 65 6 46 42
Binary 1110111 111100 110110 0 110010 110111 110101 110 100110 100010

Color Harmonies of #773C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C36

Black with #773C36

Text Example


Text Example

White with #773C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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