#7B3C2C

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

Shades of Crown Of Thorns #7B3C2C

Tints of Crown Of Thorns #7B3C2C

Color information

#7B3C2C (or 0x7B3C2C) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 3C and 2C. RGB value is (123,60,44). Sum of RGB (Red+Green+Blue) = 123+60+44=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C2C is #84C3D3. Grayscale: #4D4D4D. Windows color (decimal): -8700884 or 2899067. OLE color: 2899067.

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

Color convert

RGB1236044-
CMYK00.510.640.52
HSL12.15º47.31%32.75%-
HSV(B)12.15º64.23%48.24%-
XYZ10.247.623.31-
YUV77.01109.37160.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.19%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=54.19%
G=26.43%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123604400.510.640.5212.1547.3132.75
Hex7B3C2C0334034c2f21
Octal173745406310064145741
Binary1111011111100101100011001110000001101001100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,60,44); }

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

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

 a { background-color: rgb(123,60,44); }

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

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

 span { border-color: rgb(123,60,44); }

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