#763C3A

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

Shades of Crown Of Thorns #763C3A

Tints of Crown Of Thorns #763C3A

Color information

#763C3A (or 0x763C3A) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3C and 3A. RGB value is (118,60,58). Sum of RGB (Red+Green+Blue) = 118+60+58=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C3A is #89C3C5. Grayscale: #4D4D4D. Windows color (decimal): -9028550 or 3816566. OLE color: 3816566.

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

Color convert

RGB1186058-
CMYK00.490.510.54
HSL34.09%34.51%-
HSV(B)50.85%46.27%-
XYZ9.857.394.91-
YUV77.11117.22157.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=50%
G=25.42%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118605800.490.510.54234.0934.51
Hex763C3A031333622223
Octal1667472061636624243
Binary1110110111100111010011000111001111011010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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