#763B33

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

Shades of Crown Of Thorns #763B33

Tints of Crown Of Thorns #763B33

Color information

#763B33 (or 0x763B33) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3B and 33. RGB value is (118,59,51). Sum of RGB (Red+Green+Blue) = 118+59+51=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B33 is #89C4CC. Grayscale: #4B4B4B. Windows color (decimal): -9028813 or 3357558. OLE color: 3357558.

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

Color convert

RGB1185951-
CMYK00.500.570.54
HSL7.16º39.64%33.14%-
HSV(B)7.16º56.78%46.27%-
XYZ9.637.224.02-
YUV75.73114.05158.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=51.75%
G=25.88%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118595100.500.570.547.1639.6433.14
Hex763B33032393672821
Octal1667363062716675041
Binary11101101110111100110110010111001110110111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,59,51); }

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

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

 a { background-color: rgb(118,59,51); }

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

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

 span { border-color: rgb(118,59,51); }

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