#783A31

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

Shades of Crown Of Thorns #783A31

Tints of Crown Of Thorns #783A31

Color information

#783A31 (or 0x783A31) is unknown color: approx Crown Of Thorns. HEX triplet: 78, 3A and 31. RGB value is (120,58,49). Sum of RGB (Red+Green+Blue) = 120+58+49=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #783A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A31 is #87C5CE. Grayscale: #4B4B4B. Windows color (decimal): -8897999 or 3226232. OLE color: 3226232.

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

Color convert

RGB1205849-
CMYK00.520.590.53
HSL7.61º42.01%33.14%-
HSV(B)7.61º59.17%47.06%-
XYZ9.817.243.79-
YUV75.51113.04159.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=52.86%
G=25.55%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120584900.520.590.537.6142.0133.14
Hex783A310343B3582a21
Octal17072610647365105241
Binary111100011101011000101101001110111101011000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783A31; }

 p { color: rgb(120,58,49); }

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

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

 a { background-color: rgb(120,58,49); }

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

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

 span { border-color: rgb(120,58,49); }

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