Html Css Color HEX #783C31 Crown Of Thorns

📋 copy color: '#783C31'

red 120 ◦ green 60 ◦ blue 49

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

Shades of Crown Of Thorns #783C31

Tints of Crown Of Thorns #783C31

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

 GREEN value IS 60 (23.83% from 255) = 26.2%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 52.4%
G = 26.2%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#783C31 (or 0x783C31) is known color: Crown Of Thorns. HEX triplet: 78, 3C and 31. RGB value is (120,60,49). Sum of RGB (Red+Green+Blue) = 120+60+49=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #783C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C31 is #87C3CE. Grayscale: #4C4C4C. Windows color (decimal): -8897487 or 3226744. OLE color: 3226744.

HSL color Cylindrical-coordinate representation of color #783C31: hue angle of 9.3º 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 #783C31 is Cyan = 0, Magento = 0.5, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 60 49 -
CMYK 0 0.5 0.59 0.53
HSL 9.3º 0.42% 0.33% -
HSV(B) 9.3º 0.59% 0.47% -
XYZ 9.92 7.45 3.82 -
YUV 76.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 120 60 49 0 0.5 0.59 0.53 9.3 0.42 0.33
Hex 78 3C 31 0 32 3B 35 9 2A 21
Octal 170 74 61 0 62 73 65 11 52 41
Binary 1111000 111100 110001 0 110010 111011 110101 1001 101010 100001

Color Harmonies of #783C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C31

Black with #783C31

Text Example


Text Example

White with #783C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #783C31;
 }
 .AnyTagClassName
 {
   color: #783C31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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