Html Css Color HEX #884100 Saddle Brown

📋 copy color: '#884100'

red 136 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #884100

Tints of Saddle Brown #884100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 67.66%
G = 32.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#884100 (or 0x884100) is known color: Saddle Brown. HEX triplet: 88, 41 and 00. RGB value is (136,65,0). Sum of RGB (Red+Green+Blue) = 136+65+0=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #884100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884100 is #77BEFF. Grayscale: #4F4F4F. Windows color (decimal): -7847680 or 16776. OLE color: 16776.

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

Color convert

RGB 136 65 0 -
CMYK 0 0.52 1 0.47
HSL 28.68º 1% 0.27% -
HSV(B) 28.68º 1% 0.53% -
XYZ 12.04 9.01 1.11 -
YUV 78.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 136 65 0 0 0.52 1 0.47 28.68 1 0.27
Hex 88 41 0 0 34 64 2F 1D 64 1B
Octal 210 101 0 0 64 144 57 35 144 33
Binary 10001000 1000001 0 0 110100 1100100 101111 11101 1100100 11011

Color Harmonies of #884100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884100

Black with #884100

Text Example


Text Example

White with #884100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884100; }

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

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

background-color css

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

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

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

border-color css

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

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

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