#763C30

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

Shades of Crown Of Thorns #763C30

Tints of Crown Of Thorns #763C30

Color information

#763C30 (or 0x763C30) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3C and 30. RGB value is (118,60,48). Sum of RGB (Red+Green+Blue) = 118+60+48=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C30 is #89C3CF. Grayscale: #4C4C4C. Windows color (decimal): -9028560 or 3161206. OLE color: 3161206.

HSL color Cylindrical-coordinate representation of color #763C30: hue angle of 10.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763C30 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1186048-
CMYK00.490.590.54
HSL10.29º42.17%32.55%-
HSV(B)10.29º59.32%46.27%-
XYZ9.627.33.7-
YUV75.97112.22157.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=52.21%
G=26.55%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118604800.490.590.5410.2942.1732.55
Hex763C300313B36a2a21
Octal16674600617366125241
Binary111011011110011000001100011110111101101010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,60,48); }

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

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

 a { background-color: rgb(118,60,48); }

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

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

 span { border-color: rgb(118,60,48); }

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