Html Css Color HEX #883100 Saddle Brown

📋 copy color: '#883100'

red 136 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #883100

Tints of Saddle Brown #883100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 73.51%
G = 26.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#883100 (or 0x883100) is known color: Saddle Brown. HEX triplet: 88, 31 and 00. RGB value is (136,49,0). Sum of RGB (Red+Green+Blue) = 136+49+0=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #883100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883100 is #77CEFF. Grayscale: #454545. Windows color (decimal): -7851776 or 12680. OLE color: 12680.

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

Color convert

RGB 136 49 0 -
CMYK 0 0.64 1 0.47
HSL 21.62º 1% 0.27% -
HSV(B) 21.62º 1% 0.53% -
XYZ 11.25 7.43 0.84 -
YUV 69.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 136 49 0 0 0.64 1 0.47 21.62 1 0.27
Hex 88 31 0 0 40 64 2F 16 64 1B
Octal 210 61 0 0 100 144 57 26 144 33
Binary 10001000 110001 0 0 1000000 1100100 101111 10110 1100100 11011

Color Harmonies of #883100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883100

Black with #883100

Text Example


Text Example

White with #883100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883100; }

 p { color: rgb(136,49,0); }

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

background-color css

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

 a { background-color: rgb(136,49,0); }

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

border-color css

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

 span { border-color: rgb(136,49,0); }

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