Html Css Color HEX #882B01 Saddle Brown

📋 copy color: '#882B01'

red 136 ◦ green 43 ◦ blue 1

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

Shades of Saddle Brown #882B01

Tints of Saddle Brown #882B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.89%

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

R = 75.56%
G = 23.89%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#882B01 (or 0x882B01) is known color: Saddle Brown. HEX triplet: 88, 2B and 01. RGB value is (136,43,1). Sum of RGB (Red+Green+Blue) = 136+43+1=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #882B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882B01 is #77D4FE. Grayscale: #424242. Windows color (decimal): -7853311 or 76680. OLE color: 76680.

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

Color convert

RGB 136 43 1 -
CMYK 0 0.68 0.99 0.47
HSL 18.67º 0.99% 0.27% -
HSV(B) 18.67º 0.99% 0.53% -
XYZ 11.02 6.96 0.79 -
YUV 66.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 136 43 1 0 0.68 0.99 0.47 18.67 0.99 0.27
Hex 88 2B 1 0 44 63 2F 13 63 1B
Octal 210 53 1 0 104 143 57 23 143 33
Binary 10001000 101011 1 0 1000100 1100011 101111 10011 1100011 11011

Color Harmonies of #882B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B01

Black with #882B01

Text Example


Text Example

White with #882B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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