#773936

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

Shades of Crown Of Thorns #773936

Tints of Crown Of Thorns #773936

Color information

#773936 (or 0x773936) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 39 and 36. RGB value is (119,57,54). Sum of RGB (Red+Green+Blue) = 119+57+54=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #773936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773936 is #88C6C9. Grayscale: #4B4B4B. Windows color (decimal): -8963786 or 3553655. OLE color: 3553655.

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

Color convert

RGB1195754-
CMYK00.520.550.53
HSL2.77º37.57%33.92%-
HSV(B)2.77º54.62%46.67%-
XYZ9.747.114.35-
YUV75.2116.04159.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=51.74%
G=24.78%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119575400.520.550.532.7737.5733.92
Hex773936034373532622
Octal1677166064676534642
Binary1110111111001110110011010011011111010111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773936; }

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

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

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

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

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

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

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

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