#763B2F

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

Shades of Crown Of Thorns #763B2F

Tints of Crown Of Thorns #763B2F

Color information

#763B2F (or 0x763B2F) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3B and 2F. RGB value is (118,59,47). Sum of RGB (Red+Green+Blue) = 118+59+47=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B2F is #89C4D0. Grayscale: #4B4B4B. Windows color (decimal): -9028817 or 3095414. OLE color: 3095414.

HSL color Cylindrical-coordinate representation of color #763B2F: hue angle of 10.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763B2F is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1185947-
CMYK00.500.600.54
HSL10.14º43.03%32.35%-
HSV(B)10.14º60.17%46.27%-
XYZ9.557.183.57-
YUV75.27112.05158.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=52.68%
G=26.34%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118594700.500.600.5410.1443.0332.35
Hex763B2F0323C36a2b20
Octal16673570627466125340
Binary111011011101110111101100101111001101101010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B2F; }

 p { color: rgb(118,59,47); }

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

<style>
 a { background-color: #763B2F; }

 a { background-color: rgb(118,59,47); }

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

<style>
 span { border-color: #763B2F; }

 span { border-color: rgb(118,59,47); }

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