Html Css Color HEX #783A31 Crown Of Thorns

📋 copy color: '#783A31'

red 120 ◦ green 58 ◦ blue 49

#783A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crown Of Thorns #783A31

Tints of Crown Of Thorns #783A31

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 value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#783A31 (or 0x783A31) is known color: 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

RGB 120 58 49 -
CMYK 0 0.52 0.59 0.53
HSL 7.61º 0.42% 0.33% -
HSV(B) 7.61º 0.59% 0.47% -
XYZ 9.81 7.24 3.79 -
YUV 75.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 120 58 49 0 0.52 0.59 0.53 7.61 0.42 0.33
Hex 78 3A 31 0 34 3B 35 8 2A 21
Octal 170 72 61 0 64 73 65 10 52 41
Binary 1111000 111010 110001 0 110100 111011 110101 1000 101010 100001

Color Harmonies of #783A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783A31

Black with #783A31

Text Example


Text Example

White with #783A31

Text Example


Text Example

HTML Codes & Css Web 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>