#763B30

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

Shades of Crown Of Thorns #763B30

Tints of Crown Of Thorns #763B30

Color information

#763B30 (or 0x763B30) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3B and 30. RGB value is (118,59,48). Sum of RGB (Red+Green+Blue) = 118+59+48=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B30 is #89C4CF. Grayscale: #4B4B4B. Windows color (decimal): -9028816 or 3160950. OLE color: 3160950.

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

Color convert

RGB1185948-
CMYK00.500.590.54
HSL9.43º42.17%32.55%-
HSV(B)9.43º59.32%46.27%-
XYZ9.577.193.68-
YUV75.39112.55158.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=52.44%
G=26.22%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118594800.500.590.549.4342.1732.55
Hex763B300323B3692a21
Octal16673600627366115241
Binary111011011101111000001100101110111101101001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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