Html Css Color HEX #883101 Saddle Brown

📋 copy color: '#883101'

red 136 ◦ green 49 ◦ blue 1

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

Shades of Saddle Brown #883101

Tints of Saddle Brown #883101

RGB

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

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

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

R = 73.12%
G = 26.34%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#883101 (or 0x883101) is known color: Saddle Brown. HEX triplet: 88, 31 and 01. RGB value is (136,49,1). Sum of RGB (Red+Green+Blue) = 136+49+1=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #883101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883101 is #77CEFE. Grayscale: #454545. Windows color (decimal): -7851775 or 78216. OLE color: 78216.

HSL color Cylindrical-coordinate representation of color #883101: hue angle of 21.33º 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 #883101 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 1 -
CMYK 0 0.64 0.99 0.47
HSL 21.33º 0.99% 0.27% -
HSV(B) 21.33º 0.99% 0.53% -
XYZ 11.26 7.43 0.87 -
YUV 69.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 136 49 1 0 0.64 0.99 0.47 21.33 0.99 0.27
Hex 88 31 1 0 40 63 2F 15 63 1B
Octal 210 61 1 0 100 143 57 25 143 33
Binary 10001000 110001 1 0 1000000 1100011 101111 10101 1100011 11011

Color Harmonies of #883101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883101

Black with #883101

Text Example


Text Example

White with #883101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883101; }

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

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

background-color css

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

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

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

border-color css

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

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

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