#763630

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

Shades of Crown Of Thorns #763630

Tints of Crown Of Thorns #763630

Color information

#763630 (or 0x763630) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 36 and 30. RGB value is (118,54,48). Sum of RGB (Red+Green+Blue) = 118+54+48=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #763630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763630 is #89C9CF. Grayscale: #484848. Windows color (decimal): -9030096 or 3159670. OLE color: 3159670.

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

Color convert

RGB1185448-
CMYK00.540.590.54
HSL5.14º42.17%32.55%-
HSV(B)5.14º59.32%46.27%-
XYZ9.326.73.6-
YUV72.45114.2160.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=53.64%
G=24.55%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118544800.540.590.545.1442.1732.55
Hex7636300363B3652a21
Octal1666660066736655241
Binary11101101101101100000110110111011110110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763630; }

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

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

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

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

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

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

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

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