#763B32

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

Shades of Crown Of Thorns #763B32

Tints of Crown Of Thorns #763B32

Color information

#763B32 (or 0x763B32) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3B and 32. RGB value is (118,59,50). Sum of RGB (Red+Green+Blue) = 118+59+50=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B32 is #89C4CD. Grayscale: #4B4B4B. Windows color (decimal): -9028814 or 3292022. OLE color: 3292022.

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

Color convert

RGB1185950-
CMYK00.500.580.54
HSL7.94º40.48%32.94%-
HSV(B)7.94º57.63%46.27%-
XYZ9.617.213.9-
YUV75.61113.55158.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 59 (23.44% from 255) = 25.99%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=51.98%
G=25.99%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118595000.500.580.547.9440.4832.94
Hex763B320323A3682821
Octal16673620627266105041
Binary111011011101111001001100101110101101101000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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