#763935

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

Shades of Crown Of Thorns #763935

Tints of Crown Of Thorns #763935

Color information

#763935 (or 0x763935) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 39 and 35. RGB value is (118,57,53). Sum of RGB (Red+Green+Blue) = 118+57+53=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763935 is #89C6CA. Grayscale: #4A4A4A. Windows color (decimal): -9029323 or 3488118. OLE color: 3488118.

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

Color convert

RGB1185753-
CMYK00.520.550.54
HSL3.69º38.01%33.53%-
HSV(B)3.69º55.08%46.27%-
XYZ9.587.034.22-
YUV74.78115.71158.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=51.75%
G=25%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118575300.520.550.543.6938.0133.53
Hex763935034373642622
Octal1667165064676644642
Binary11101101110011101010110100110111110110100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763935; }

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

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

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

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

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

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

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

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