#763830

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

Shades of Crown Of Thorns #763830

Tints of Crown Of Thorns #763830

Color information

#763830 (or 0x763830) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 38 and 30. RGB value is (118,56,48). Sum of RGB (Red+Green+Blue) = 118+56+48=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #763830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763830 is #89C7CF. Grayscale: #494949. Windows color (decimal): -9029584 or 3160182. OLE color: 3160182.

HSL color Cylindrical-coordinate representation of color #763830: hue angle of 6.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763830 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1185648-
CMYK00.530.590.54
HSL6.86º42.17%32.55%-
HSV(B)6.86º59.32%46.27%-
XYZ9.426.893.63-
YUV73.63113.54159.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=53.15%
G=25.23%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118564800.530.590.546.8642.1732.55
Hex7638300353B3672a21
Octal1667060065736675241
Binary11101101110001100000110101111011110110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763830; }

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

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

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

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

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

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

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

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