Html Css Color HEX #773B2D Crown Of Thorns

📋 copy color: '#773B2D'

red 119 ◦ green 59 ◦ blue 45

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

Shades of Crown Of Thorns #773B2D

Tints of Crown Of Thorns #773B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.46%

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 53.36%
G = 26.46%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#773B2D (or 0x773B2D) is known color: Crown Of Thorns. HEX triplet: 77, 3B and 2D. RGB value is (119,59,45). Sum of RGB (Red+Green+Blue) = 119+59+45=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #773B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B2D is #88C4D2. Grayscale: #4B4B4B. Windows color (decimal): -8963283 or 2964343. OLE color: 2964343.

HSL color Cylindrical-coordinate representation of color #773B2D: hue angle of 11.35º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773B2D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 59 45 -
CMYK 0 0.50 0.62 0.53
HSL 11.35º 0.45% 0.32% -
HSV(B) 11.35º 0.62% 0.47% -
XYZ 9.65 7.24 3.37 -
YUV 75.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 119 59 45 0 0.50 0.62 0.53 11.35 0.45 0.32
Hex 77 3B 2D 0 32 3E 35 B 2D 20
Octal 167 73 55 0 62 76 65 13 55 40
Binary 1110111 111011 101101 0 110010 111110 110101 1011 101101 100000

Color Harmonies of #773B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B2D

Black with #773B2D

Text Example


Text Example

White with #773B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,59,45); }

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

background-color css

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

 a { background-color: rgb(119,59,45); }

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

border-color css

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

 span { border-color: rgb(119,59,45); }

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