Html Css Color HEX #883C38 Prairie Sand

📋 copy color: '#883C38'

red 136 ◦ green 60 ◦ blue 56

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

Shades of Prairie Sand #883C38

Tints of Prairie Sand #883C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 53.97%
G = 23.81%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#883C38 (or 0x883C38) is known color: Prairie Sand. HEX triplet: 88, 3C and 38. RGB value is (136,60,56). Sum of RGB (Red+Green+Blue) = 136+60+56=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #883C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C38 is #77C3C7. Grayscale: #525252. Windows color (decimal): -7848904 or 3685512. OLE color: 3685512.

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

Color convert

RGB 136 60 56 -
CMYK 0 0.56 0.59 0.47
HSL 0.42% 0.38% -
HSV(B) 0.59% 0.53% -
XYZ 12.48 8.75 4.77 -
YUV 82.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 136 60 56 0 0.56 0.59 0.47 3 0.42 0.38
Hex 88 3C 38 0 38 3B 2F 3 2A 26
Octal 210 74 70 0 70 73 57 3 52 46
Binary 10001000 111100 111000 0 111000 111011 101111 11 101010 100110

Color Harmonies of #883C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C38

Black with #883C38

Text Example


Text Example

White with #883C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,60,56); }

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

background-color css

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

 a { background-color: rgb(136,60,56); }

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

border-color css

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

 span { border-color: rgb(136,60,56); }

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