#763A2F

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

Shades of Crown Of Thorns #763A2F

Tints of Crown Of Thorns #763A2F

Color information

#763A2F (or 0x763A2F) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3A and 2F. RGB value is (118,58,47). Sum of RGB (Red+Green+Blue) = 118+58+47=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A2F is #89C5D0. Grayscale: #4A4A4A. Windows color (decimal): -9029073 or 3095158. OLE color: 3095158.

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

Color convert

RGB1185847-
CMYK00.510.600.54
HSL9.3º43.03%32.35%-
HSV(B)9.3º60.17%46.27%-
XYZ9.57.083.56-
YUV74.69112.38158.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=52.91%
G=26.01%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118584700.510.600.549.343.0332.35
Hex763A2F0333C3692b20
Octal16672570637466115340
Binary111011011101010111101100111111001101101001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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