Html Css Color HEX #882B03 Saddle Brown

📋 copy color: '#882B03'

red 136 ◦ green 43 ◦ blue 3

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

Shades of Saddle Brown #882B03

Tints of Saddle Brown #882B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.65%

R = 74.73%
G = 23.63%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#882B03 (or 0x882B03) is known color: Saddle Brown. HEX triplet: 88, 2B and 03. RGB value is (136,43,3). Sum of RGB (Red+Green+Blue) = 136+43+3=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #882B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882B03 is #77D4FC. Grayscale: #424242. Windows color (decimal): -7853309 or 207752. OLE color: 207752.

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

Color convert

RGB 136 43 3 -
CMYK 0 0.68 0.98 0.47
HSL 18.05º 0.96% 0.27% -
HSV(B) 18.05º 0.98% 0.53% -
XYZ 11.03 6.97 0.85 -
YUV 66.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 136 43 3 0 0.68 0.98 0.47 18.05 0.96 0.27
Hex 88 2B 3 0 44 62 2F 12 60 1B
Octal 210 53 3 0 104 142 57 22 140 33
Binary 10001000 101011 11 0 1000100 1100010 101111 10010 1100000 11011

Color Harmonies of #882B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B03

Black with #882B03

Text Example


Text Example

White with #882B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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