#783C32

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

Shades of Crown Of Thorns #783C32

Tints of Crown Of Thorns #783C32

Color information

#783C32 (or 0x783C32) is unknown color: approx Crown Of Thorns. HEX triplet: 78, 3C and 32. RGB value is (120,60,50). Sum of RGB (Red+Green+Blue) = 120+60+50=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #783C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C32 is #87C3CD. Grayscale: #4C4C4C. Windows color (decimal): -8897486 or 3292280. OLE color: 3292280.

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

Color convert

RGB1206050-
CMYK00.50.580.53
HSL8.57º41.18%33.33%-
HSV(B)8.57º58.33%47.06%-
XYZ9.947.463.93-
YUV76.8112.88158.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=52.17%
G=26.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120605000.50.580.538.5741.1833.33
Hex783C320323A3592921
Octal17074620627265115141
Binary111100011110011001001100101110101101011001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,60,50); }

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

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

 a { background-color: rgb(120,60,50); }

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

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

 span { border-color: rgb(120,60,50); }

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