Html Css Color HEX #883301 Saddle Brown

📋 copy color: '#883301'

red 136 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #883301

Tints of Saddle Brown #883301

RGB

 RED value IS 136 (53.52% from 255) = 72.34%

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

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

R = 72.34%
G = 27.13%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#883301 (or 0x883301) is known color: Saddle Brown. HEX triplet: 88, 33 and 01. RGB value is (136,51,1). Sum of RGB (Red+Green+Blue) = 136+51+1=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #883301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883301 is #77CCFE. Grayscale: #474747. Windows color (decimal): -7851263 or 78728. OLE color: 78728.

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

Color convert

RGB 136 51 1 -
CMYK 0 0.62 0.99 0.47
HSL 22.22º 0.99% 0.27% -
HSV(B) 22.22º 0.99% 0.53% -
XYZ 11.34 7.6 0.9 -
YUV 70.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 136 51 1 0 0.62 0.99 0.47 22.22 0.99 0.27
Hex 88 33 1 0 3E 63 2F 16 63 1B
Octal 210 63 1 0 76 143 57 26 143 33
Binary 10001000 110011 1 0 111110 1100011 101111 10110 1100011 11011

Color Harmonies of #883301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883301

Black with #883301

Text Example


Text Example

White with #883301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883301; }

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

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

background-color css

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

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

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

border-color css

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

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

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