#7A3733

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

Shades of Crown Of Thorns #7A3733

Tints of Crown Of Thorns #7A3733

Color information

#7A3733 (or 0x7A3733) is unknown color: approx Crown Of Thorns. HEX triplet: 7A, 37 and 33. RGB value is (122,55,51). Sum of RGB (Red+Green+Blue) = 122+55+51=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3733 is #85C8CC. Grayscale: #4A4A4A. Windows color (decimal): -8767693 or 3356538. OLE color: 3356538.

HSL color Cylindrical-coordinate representation of color #7A3733: hue angle of 3.38º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A3733 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB1225551-
CMYK00.550.580.52
HSL3.38º41.04%33.92%-
HSV(B)3.38º58.2%47.84%-
XYZ9.997.113.98-
YUV74.58114.7161.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.51%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=53.51%
G=24.12%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122555100.550.580.523.3841.0433.92
Hex7A37330373A3432922
Octal1726763067726435142
Binary1111010110111110011011011111101011010011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3733; }

 p { color: rgb(122,55,51); }

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

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

 a { background-color: rgb(122,55,51); }

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

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

 span { border-color: rgb(122,55,51); }

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