#763835

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

Shades of Crown Of Thorns #763835

Tints of Crown Of Thorns #763835

Color information

#763835 (or 0x763835) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 38 and 35. RGB value is (118,56,53). Sum of RGB (Red+Green+Blue) = 118+56+53=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763835 is #89C7CA. Grayscale: #4A4A4A. Windows color (decimal): -9029579 or 3487862. OLE color: 3487862.

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

Color convert

RGB1185653-
CMYK00.530.550.54
HSL2.77º38.01%33.53%-
HSV(B)2.77º55.08%46.27%-
XYZ9.536.944.2-
YUV74.2116.04159.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=51.98%
G=24.67%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118565300.530.550.542.7738.0133.53
Hex763835035373632622
Octal1667065065676634642
Binary1110110111000110101011010111011111011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763835; }

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

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

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

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

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

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

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

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