#7B3936

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

Shades of Crown Of Thorns #7B3936

Tints of Crown Of Thorns #7B3936

Color information

#7B3936 (or 0x7B3936) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 39 and 36. RGB value is (123,57,54). Sum of RGB (Red+Green+Blue) = 123+57+54=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3936 is #84C6C9. Grayscale: #4C4C4C. Windows color (decimal): -8701642 or 3553659. OLE color: 3553659.

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

Color convert

RGB1235754-
CMYK00.540.560.52
HSL2.61º38.98%34.71%-
HSV(B)2.61º56.1%48.24%-
XYZ10.37.44.38-
YUV76.39115.37161.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=52.56%
G=24.36%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123575400.540.560.522.6138.9834.71
Hex7B3936036383432723
Octal1737166066706434743
Binary1111011111001110110011011011100011010011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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