Html Css Color HEX #773C2D Crown Of Thorns

📋 copy color: '#773C2D'

red 119 ◦ green 60 ◦ blue 45

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

Shades of Crown Of Thorns #773C2D

Tints of Crown Of Thorns #773C2D

RGB

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

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

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

R = 53.13%
G = 26.79%
B = 20.09%

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

#773C2D (or 0x773C2D) is known color: Crown Of Thorns. HEX triplet: 77, 3C and 2D. RGB value is (119,60,45). Sum of RGB (Red+Green+Blue) = 119+60+45=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #773C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C2D is #88C3D2. Grayscale: #4C4C4C. Windows color (decimal): -8963027 or 2964599. OLE color: 2964599.

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

Color convert

RGB 119 60 45 -
CMYK 0 0.50 0.62 0.53
HSL 12.16º 0.45% 0.32% -
HSV(B) 12.16º 0.62% 0.47% -
XYZ 9.7 7.34 3.39 -
YUV 75.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 119 60 45 0 0.50 0.62 0.53 12.16 0.45 0.32
Hex 77 3C 2D 0 32 3E 35 C 2D 20
Octal 167 74 55 0 62 76 65 14 55 40
Binary 1110111 111100 101101 0 110010 111110 110101 1100 101101 100000

Color Harmonies of #773C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C2D

Black with #773C2D

Text Example


Text Example

White with #773C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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