Html Css Color HEX #882608 Falu Red

📋 copy color: '#882608'

red 136 ◦ green 38 ◦ blue 8

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

Shades of Falu Red #882608

Tints of Falu Red #882608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 8 (3.52% from 255) = 4.4%

R = 74.73%
G = 20.88%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#882608 (or 0x882608) is known color: Falu Red. HEX triplet: 88, 26 and 08. RGB value is (136,38,8). Sum of RGB (Red+Green+Blue) = 136+38+8=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #882608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882608 is #77D9F7. Grayscale: #404040. Windows color (decimal): -7854584 or 534152. OLE color: 534152.

HSL color Cylindrical-coordinate representation of color #882608: hue angle of 14.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #882608 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 8 -
CMYK 0 0.72 0.94 0.47
HSL 14.06º 0.89% 0.28% -
HSV(B) 14.06º 0.94% 0.53% -
XYZ 10.89 6.64 0.94 -
YUV 63.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 136 38 8 0 0.72 0.94 0.47 14.06 0.89 0.28
Hex 88 26 8 0 48 5E 2F E 59 1C
Octal 210 46 10 0 110 136 57 16 131 34
Binary 10001000 100110 1000 0 1001000 1011110 101111 1110 1011001 11100

Color Harmonies of #882608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882608

Black with #882608

Text Example


Text Example

White with #882608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882608; }

 p { color: rgb(136,38,8); }

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

background-color css

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

 a { background-color: rgb(136,38,8); }

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

border-color css

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

 span { border-color: rgb(136,38,8); }

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