#763D35

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

Shades of Crown Of Thorns #763D35

Tints of Crown Of Thorns #763D35

Color information

#763D35 (or 0x763D35) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3D and 35. RGB value is (118,61,53). Sum of RGB (Red+Green+Blue) = 118+61+53=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #763D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D35 is #89C2CA. Grayscale: #4D4D4D. Windows color (decimal): -9028299 or 3489142. OLE color: 3489142.

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

Color convert

RGB1186153-
CMYK00.480.550.54
HSL7.38º38.01%33.53%-
HSV(B)7.38º55.08%46.27%-
XYZ9.787.454.29-
YUV77.13114.38157.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=50.86%
G=26.29%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118615300.480.550.547.3838.0133.53
Hex763D35030373672622
Octal1667565060676674642
Binary11101101111011101010110000110111110110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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