#763D2F

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

Shades of Crown Of Thorns #763D2F

Tints of Crown Of Thorns #763D2F

Color information

#763D2F (or 0x763D2F) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3D and 2F. RGB value is (118,61,47). Sum of RGB (Red+Green+Blue) = 118+61+47=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D2F is #89C2D0. Grayscale: #4C4C4C. Windows color (decimal): -9028305 or 3095926. OLE color: 3095926.

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

Color convert

RGB1186147-
CMYK00.480.600.54
HSL11.83º43.03%32.35%-
HSV(B)11.83º60.17%46.27%-
XYZ9.657.393.61-
YUV76.45111.38157.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=52.21%
G=26.99%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118614700.480.600.5411.8343.0332.35
Hex763D2F0303C36c2b20
Octal16675570607466145340
Binary111011011110110111101100001111001101101100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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