#773D35

Color #773D35 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #773D35

Tints of Crown Of Thorns #773D35

Color information

#773D35 (or 0x773D35) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3D and 35. RGB value is (119,61,53). Sum of RGB (Red+Green+Blue) = 119+61+53=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D35 is #88C2CA. Grayscale: #4D4D4D. Windows color (decimal): -8962763 or 3489143. OLE color: 3489143.

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

Color convert

RGB1196153-
CMYK00.490.550.53
HSL7.27º38.37%33.73%-
HSV(B)7.27º55.46%46.67%-
XYZ9.927.524.3-
YUV77.43114.22157.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=51.07%
G=26.18%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119615300.490.550.537.2738.3733.73
Hex773D35031373572622
Octal1677565061676574642
Binary11101111111011101010110001110111110101111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #773D35;
 }
 .AnyTagClassName
 {
   color: #773D35;
 }
</style>
background-color css

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

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

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

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

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

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