#763D33

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

Shades of Crown Of Thorns #763D33

Tints of Crown Of Thorns #763D33

Color information

#763D33 (or 0x763D33) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3D and 33. RGB value is (118,61,51). Sum of RGB (Red+Green+Blue) = 118+61+51=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D33 is #89C2CC. Grayscale: #4C4C4C. Windows color (decimal): -9028301 or 3358070. OLE color: 3358070.

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

Color convert

RGB1186151-
CMYK00.480.570.54
HSL8.96º39.64%33.14%-
HSV(B)8.96º56.78%46.27%-
XYZ9.747.434.05-
YUV76.9113.38157.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=51.30%
G=26.52%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118615100.480.570.548.9639.6433.14
Hex763D33030393692821
Octal16675630607166115041
Binary111011011110111001101100001110011101101001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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