#7B392F

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

Shades of Crown Of Thorns #7B392F

Tints of Crown Of Thorns #7B392F

Color information

#7B392F (or 0x7B392F) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 39 and 2F. RGB value is (123,57,47). Sum of RGB (Red+Green+Blue) = 123+57+47=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B392F is #84C6D0. Grayscale: #4B4B4B. Windows color (decimal): -8701649 or 3094907. OLE color: 3094907.

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

Color convert

RGB1235747-
CMYK00.540.620.52
HSL7.89º44.71%33.33%-
HSV(B)7.89º61.79%48.24%-
XYZ10.147.343.57-
YUV75.59111.87161.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.19%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=54.19%
G=25.11%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123574700.540.620.527.8944.7133.33
Hex7B392F0363E3482d21
Octal17371570667664105541
Binary111101111100110111101101101111101101001000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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