#773634

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

Shades of Crown Of Thorns #773634

Tints of Crown Of Thorns #773634

Color information

#773634 (or 0x773634) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 36 and 34. RGB value is (119,54,52). Sum of RGB (Red+Green+Blue) = 119+54+52=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773634 is #88C9CB. Grayscale: #494949. Windows color (decimal): -8964556 or 3421815. OLE color: 3421815.

HSL color Cylindrical-coordinate representation of color #773634: hue angle of 1.79º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773634 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1195452-
CMYK00.550.560.53
HSL1.79º39.18%33.53%-
HSV(B)1.79º56.3%46.67%-
XYZ9.556.814.06-
YUV73.21116.03160.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=52.89%
G=24%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119545200.550.560.531.7939.1833.53
Hex773634037383522722
Octal1676664067706524742
Binary1110111110110110100011011111100011010110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773634; }

 p { color: rgb(119,54,52); }

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

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

 a { background-color: rgb(119,54,52); }

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

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

 span { border-color: rgb(119,54,52); }

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