#763E2F

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

Shades of Crown Of Thorns #763E2F

Tints of Crown Of Thorns #763E2F

Color information

#763E2F (or 0x763E2F) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3E and 2F. RGB value is (118,62,47). Sum of RGB (Red+Green+Blue) = 118+62+47=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E2F is #89C1D0. Grayscale: #4D4D4D. Windows color (decimal): -9028049 or 3096182. OLE color: 3096182.

HSL color Cylindrical-coordinate representation of color #763E2F: hue angle of 12.68º 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 #763E2F is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1186247-
CMYK00.470.600.54
HSL12.68º43.03%32.35%-
HSV(B)12.68º60.17%46.27%-
XYZ9.717.53.63-
YUV77.03111.05157.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=51.98%
G=27.31%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118624700.470.600.5412.6843.0332.35
Hex763E2F02F3C36d2b20
Octal16676570577466155340
Binary111011011111010111101011111111001101101101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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