Html Css Color HEX #883D34 Prairie Sand

📋 copy color: '#883D34'

red 136 ◦ green 61 ◦ blue 52

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

Shades of Prairie Sand #883D34

Tints of Prairie Sand #883D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 54.62%
G = 24.5%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#883D34 (or 0x883D34) is known color: Prairie Sand. HEX triplet: 88, 3D and 34. RGB value is (136,61,52). Sum of RGB (Red+Green+Blue) = 136+61+52=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #883D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D34 is #77C2CB. Grayscale: #525252. Windows color (decimal): -7848652 or 3423624. OLE color: 3423624.

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

Color convert

RGB 136 61 52 -
CMYK 0 0.55 0.62 0.47
HSL 6.43º 0.45% 0.37% -
HSV(B) 6.43º 0.62% 0.53% -
XYZ 12.44 8.82 4.3 -
YUV 82.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 136 61 52 0 0.55 0.62 0.47 6.43 0.45 0.37
Hex 88 3D 34 0 37 3E 2F 6 2D 25
Octal 210 75 64 0 67 76 57 6 55 45
Binary 10001000 111101 110100 0 110111 111110 101111 110 101101 100101

Color Harmonies of #883D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D34

Black with #883D34

Text Example


Text Example

White with #883D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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