Html Css Color HEX #883200 Saddle Brown

📋 copy color: '#883200'

red 136 ◦ green 50 ◦ blue 0

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

Shades of Saddle Brown #883200

Tints of Saddle Brown #883200

RGB

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

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

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

R = 73.12%
G = 26.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#883200 (or 0x883200) is known color: Saddle Brown. HEX triplet: 88, 32 and 00. RGB value is (136,50,0). Sum of RGB (Red+Green+Blue) = 136+50+0=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #883200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883200 is #77CDFF. Grayscale: #464646. Windows color (decimal): -7851520 or 12936. OLE color: 12936.

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

Color convert

RGB 136 50 0 -
CMYK 0 0.63 1 0.47
HSL 22.06º 1% 0.27% -
HSV(B) 22.06º 1% 0.53% -
XYZ 11.29 7.52 0.86 -
YUV 70.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 136 50 0 0 0.63 1 0.47 22.06 1 0.27
Hex 88 32 0 0 3F 64 2F 16 64 1B
Octal 210 62 0 0 77 144 57 26 144 33
Binary 10001000 110010 0 0 111111 1100100 101111 10110 1100100 11011

Color Harmonies of #883200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883200

Black with #883200

Text Example


Text Example

White with #883200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883200; }

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

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

background-color css

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

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

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

border-color css

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

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

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