Html Css Color HEX #882F03 Saddle Brown

📋 copy color: '#882F03'

red 136 ◦ green 47 ◦ blue 3

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

Shades of Saddle Brown #882F03

Tints of Saddle Brown #882F03

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.27%

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

R = 73.12%
G = 25.27%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#882F03 (or 0x882F03) is known color: Saddle Brown. HEX triplet: 88, 2F and 03. RGB value is (136,47,3). Sum of RGB (Red+Green+Blue) = 136+47+3=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #882F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F03 is #77D0FC. Grayscale: #444444. Windows color (decimal): -7852285 or 208776. OLE color: 208776.

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

Color convert

RGB 136 47 3 -
CMYK 0 0.65 0.98 0.47
HSL 19.85º 0.96% 0.27% -
HSV(B) 19.85º 0.98% 0.53% -
XYZ 11.19 7.27 0.9 -
YUV 68.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 136 47 3 0 0.65 0.98 0.47 19.85 0.96 0.27
Hex 88 2F 3 0 41 62 2F 14 60 1B
Octal 210 57 3 0 101 142 57 24 140 33
Binary 10001000 101111 11 0 1000001 1100010 101111 10100 1100000 11011

Color Harmonies of #882F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F03

Black with #882F03

Text Example


Text Example

White with #882F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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