Html Css Color HEX #882F05 Saddle Brown

📋 copy color: '#882F05'

red 136 ◦ green 47 ◦ blue 5

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

Shades of Saddle Brown #882F05

Tints of Saddle Brown #882F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.66%

R = 72.34%
G = 25%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#882F05 (or 0x882F05) is known color: Saddle Brown. HEX triplet: 88, 2F and 05. RGB value is (136,47,5). Sum of RGB (Red+Green+Blue) = 136+47+5=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #882F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F05 is #77D0FA. Grayscale: #454545. Windows color (decimal): -7852283 or 339848. OLE color: 339848.

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

Color convert

RGB 136 47 5 -
CMYK 0 0.65 0.96 0.47
HSL 19.24º 0.93% 0.28% -
HSV(B) 19.24º 0.96% 0.53% -
XYZ 11.2 7.28 0.96 -
YUV 68.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 136 47 5 0 0.65 0.96 0.47 19.24 0.93 0.28
Hex 88 2F 5 0 41 60 2F 13 5D 1C
Octal 210 57 5 0 101 140 57 23 135 34
Binary 10001000 101111 101 0 1000001 1100000 101111 10011 1011101 11100

Color Harmonies of #882F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F05

Black with #882F05

Text Example


Text Example

White with #882F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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