Html Css Color HEX #783301 Saddle Brown

📋 copy color: '#783301'

red 120 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #783301

Tints of Saddle Brown #783301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 69.77%
G = 29.65%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#783301 (or 0x783301) is known color: Saddle Brown. HEX triplet: 78, 33 and 01. RGB value is (120,51,1). Sum of RGB (Red+Green+Blue) = 120+51+1=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #783301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783301 is #87CCFE. Grayscale: #424242. Windows color (decimal): -8899839 or 78712. OLE color: 78712.

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

Color convert

RGB 120 51 1 -
CMYK 0 0.58 0.99 0.53
HSL 25.21º 0.98% 0.24% -
HSV(B) 25.21º 0.99% 0.47% -
XYZ 8.94 6.36 0.79 -
YUV 65.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 120 51 1 0 0.58 0.99 0.53 25.21 0.98 0.24
Hex 78 33 1 0 3A 63 35 19 62 18
Octal 170 63 1 0 72 143 65 31 142 30
Binary 1111000 110011 1 0 111010 1100011 110101 11001 1100010 11000

Color Harmonies of #783301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783301

Black with #783301

Text Example


Text Example

White with #783301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783301; }

 p { color: rgb(120,51,1); }

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

background-color css

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

 a { background-color: rgb(120,51,1); }

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

border-color css

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

 span { border-color: rgb(120,51,1); }

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