#7B392D

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

Shades of Crown Of Thorns #7B392D

Tints of Crown Of Thorns #7B392D

Color information

#7B392D (or 0x7B392D) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 39 and 2D. RGB value is (123,57,45). Sum of RGB (Red+Green+Blue) = 123+57+45=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B392D is #84C6D2. Grayscale: #4B4B4B. Windows color (decimal): -8701651 or 2963835. OLE color: 2963835.

HSL color Cylindrical-coordinate representation of color #7B392D: hue angle of 9.23º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B392D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1235745-
CMYK00.540.630.52
HSL9.23º46.43%32.94%-
HSV(B)9.23º63.41%48.24%-
XYZ10.117.333.36-
YUV75.37110.87161.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.67%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 45 (17.97% from 255) = 20%
R=54.67%
G=25.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123574500.540.630.529.2346.4332.94
Hex7B392D0363F3492e21
Octal17371550667764115641
Binary111101111100110110101101101111111101001001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,57,45); }

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

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

 a { background-color: rgb(123,57,45); }

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

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

 span { border-color: rgb(123,57,45); }

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