#883F3D

Color #883F3D Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #883F3D

Tints of Prairie Sand #883F3D

Color information

#883F3D (or 0x883F3D) is unknown color: approx Prairie Sand. HEX triplet: 88, 3F and 3D. RGB value is (136,63,61). Sum of RGB (Red+Green+Blue) = 136+63+61=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #883F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F3D is #77C0C2. Grayscale: #545454. Windows color (decimal): -7848131 or 4013960. OLE color: 4013960.

HSL color Cylindrical-coordinate representation of color #883F3D: hue angle of 1.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883F3D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1366361-
CMYK00.540.550.47
HSL1.6º38.07%38.63%-
HSV(B)1.6º55.15%53.33%-
XYZ12.779.135.5-
YUV84.6114.68164.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=52.31%
G=24.23%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136636100.540.550.471.638.0738.63
Hex883F3D036372F22627
Octal2107775066675724647
Binary10001000111111111101011011011011110111110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F3D; }

 p { color: rgb(136,63,61); }

 H1.HeaderClassName
 {
   color: #883F3D;
 }
 .AnyTagClassName
 {
   color: #883F3D;
 }
</style>
background-color css

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

 a { background-color: rgb(136,63,61); }

 div.DivClassName
 {
   background-color: #883F3D;
 }
 .BgClassName
 {
   background-color: #883F3D;
 }
</style>
border-color css

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

 span { border-color: rgb(136,63,61); }

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