Html Css Color HEX #773A32 Crown Of Thorns

📋 copy color: '#773A32'

red 119 ◦ green 58 ◦ blue 50

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

Shades of Crown Of Thorns #773A32

Tints of Crown Of Thorns #773A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 52.42%
G = 25.55%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#773A32 (or 0x773A32) is known color: Crown Of Thorns. HEX triplet: 77, 3A and 32. RGB value is (119,58,50). Sum of RGB (Red+Green+Blue) = 119+58+50=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #773A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A32 is #88C5CD. Grayscale: #4B4B4B. Windows color (decimal): -8963534 or 3291767. OLE color: 3291767.

HSL color Cylindrical-coordinate representation of color #773A32: hue angle of 6.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773A32 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 58 50 -
CMYK 0 0.51 0.58 0.53
HSL 6.96º 0.41% 0.33% -
HSV(B) 6.96º 0.58% 0.47% -
XYZ 9.7 7.18 3.89 -
YUV 75.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 119 58 50 0 0.51 0.58 0.53 6.96 0.41 0.33
Hex 77 3A 32 0 33 3A 35 7 29 21
Octal 167 72 62 0 63 72 65 7 51 41
Binary 1110111 111010 110010 0 110011 111010 110101 111 101001 100001

Color Harmonies of #773A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A32

Black with #773A32

Text Example


Text Example

White with #773A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,50); }

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

background-color css

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

 a { background-color: rgb(119,58,50); }

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

border-color css

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

 span { border-color: rgb(119,58,50); }

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