#773A37

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

Shades of Crown Of Thorns #773A37

Tints of Crown Of Thorns #773A37

Color information

#773A37 (or 0x773A37) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3A and 37. RGB value is (119,58,55). Sum of RGB (Red+Green+Blue) = 119+58+55=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #773A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A37 is #88C5C8. Grayscale: #4B4B4B. Windows color (decimal): -8963529 or 3619447. OLE color: 3619447.

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

Color convert

RGB1195855-
CMYK00.510.540.53
HSL2.81º36.78%34.12%-
HSV(B)2.81º53.78%46.67%-
XYZ9.817.224.49-
YUV75.9116.21158.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=51.29%
G=25%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119585500.510.540.532.8136.7834.12
Hex773A37033363532522
Octal1677267063666534542
Binary1110111111010110111011001111011011010111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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