Html Css Color HEX #783C32 Crown Of Thorns

📋 copy color: '#783C32'

red 120 ◦ green 60 ◦ blue 50

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

Shades of Crown Of Thorns #783C32

Tints of Crown Of Thorns #783C32

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

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 120 60 50 -
CMYK 0 0.5 0.58 0.53
HSL 8.57º 0.41% 0.33% -
HSV(B) 8.57º 0.58% 0.47% -
XYZ 9.94 7.46 3.93 -
YUV 76.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 120 60 50 0 0.5 0.58 0.53 8.57 0.41 0.33
Hex 78 3C 32 0 32 3A 35 9 29 21
Octal 170 74 62 0 62 72 65 11 51 41
Binary 1111000 111100 110010 0 110010 111010 110101 1001 101001 100001

Color Harmonies of #783C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C32

Black with #783C32

Text Example


Text Example

White with #783C32

Text Example


Text Example

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