Html Css Color HEX #783200 Saddle Brown

📋 copy color: '#783200'

red 120 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #783200

Tints of Saddle Brown #783200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.59%
G = 29.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#783200 (or 0x783200) is known color: Saddle Brown. HEX triplet: 78, 32 and 00. RGB value is (120,50,0). Sum of RGB (Red+Green+Blue) = 120+50+0=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #783200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783200 is #87CDFF. Grayscale: #414141. Windows color (decimal): -8900096 or 12920. OLE color: 12920.

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

Color convert

RGB 120 50 0 -
CMYK 0 0.58 1 0.53
HSL 25º 1% 0.24% -
HSV(B) 25º 1% 0.47% -
XYZ 8.89 6.27 0.74 -
YUV 65.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 120 50 0 0 0.58 1 0.53 25 1 0.24
Hex 78 32 0 0 3A 64 35 19 64 18
Octal 170 62 0 0 72 144 65 31 144 30
Binary 1111000 110010 0 0 111010 1100100 110101 11001 1100100 11000

Color Harmonies of #783200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783200

Black with #783200

Text Example


Text Example

White with #783200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783200; }

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

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

background-color css

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

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

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

border-color css

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

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

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