Html Css Color HEX #773A35 Crown Of Thorns

📋 copy color: '#773A35'

red 119 ◦ green 58 ◦ blue 53

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

Shades of Crown Of Thorns #773A35

Tints of Crown Of Thorns #773A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 51.74%
G = 25.22%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#773A35 (or 0x773A35) is known color: Crown Of Thorns. HEX triplet: 77, 3A and 35. RGB value is (119,58,53). Sum of RGB (Red+Green+Blue) = 119+58+53=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #773A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A35 is #88C5CA. Grayscale: #4B4B4B. Windows color (decimal): -8963531 or 3488375. OLE color: 3488375.

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

Color convert

RGB 119 58 53 -
CMYK 0 0.51 0.55 0.53
HSL 4.55º 0.38% 0.34% -
HSV(B) 4.55º 0.55% 0.47% -
XYZ 9.76 7.21 4.24 -
YUV 75.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 119 58 53 0 0.51 0.55 0.53 4.55 0.38 0.34
Hex 77 3A 35 0 33 37 35 5 26 22
Octal 167 72 65 0 63 67 65 5 46 42
Binary 1110111 111010 110101 0 110011 110111 110101 101 100110 100010

Color Harmonies of #773A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A35

Black with #773A35

Text Example


Text Example

White with #773A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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