#763B35

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

Shades of Crown Of Thorns #763B35

Tints of Crown Of Thorns #763B35

Color information

#763B35 (or 0x763B35) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3B and 35. RGB value is (118,59,53). Sum of RGB (Red+Green+Blue) = 118+59+53=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B35 is #89C4CA. Grayscale: #4C4C4C. Windows color (decimal): -9028811 or 3488630. OLE color: 3488630.

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

Color convert

RGB1185953-
CMYK00.500.550.54
HSL5.54º38.01%33.53%-
HSV(B)5.54º55.08%46.27%-
XYZ9.687.244.25-
YUV75.96115.05157.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=51.30%
G=25.65%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118595300.500.550.545.5438.0133.53
Hex763B35032373662622
Octal1667365062676664642
Binary11101101110111101010110010110111110110110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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