#773E2F

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

Shades of Crown Of Thorns #773E2F

Tints of Crown Of Thorns #773E2F

Color information

#773E2F (or 0x773E2F) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3E and 2F. RGB value is (119,62,47). Sum of RGB (Red+Green+Blue) = 119+62+47=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #773E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E2F is #88C1D0. Grayscale: #4D4D4D. Windows color (decimal): -8962513 or 3096183. OLE color: 3096183.

HSL color Cylindrical-coordinate representation of color #773E2F: hue angle of 12.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773E2F is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1196247-
CMYK00.480.610.53
HSL12.5º43.37%32.55%-
HSV(B)12.5º60.5%46.67%-
XYZ9.847.573.63-
YUV77.33110.88157.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=52.19%
G=27.19%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119624700.480.610.5312.543.3732.55
Hex773E2F0303D35c2b21
Octal16776570607565145341
Binary111011111111010111101100001111011101011100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,47); }

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

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

 a { background-color: rgb(119,62,47); }

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

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

 span { border-color: rgb(119,62,47); }

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