Html Css Color HEX #883D2D Prairie Sand

📋 copy color: '#883D2D'

red 136 ◦ green 61 ◦ blue 45

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

Shades of Prairie Sand #883D2D

Tints of Prairie Sand #883D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.6%

R = 56.2%
G = 25.21%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#883D2D (or 0x883D2D) is known color: Prairie Sand. HEX triplet: 88, 3D and 2D. RGB value is (136,61,45). Sum of RGB (Red+Green+Blue) = 136+61+45=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D2D is #77C2D2. Grayscale: #515151. Windows color (decimal): -7848659 or 2964872. OLE color: 2964872.

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

Color convert

RGB 136 61 45 -
CMYK 0 0.55 0.67 0.47
HSL 10.55º 0.5% 0.35% -
HSV(B) 10.55º 0.67% 0.53% -
XYZ 12.3 8.76 3.53 -
YUV 81.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 136 61 45 0 0.55 0.67 0.47 10.55 0.5 0.35
Hex 88 3D 2D 0 37 43 2F B 32 23
Octal 210 75 55 0 67 103 57 13 62 43
Binary 10001000 111101 101101 0 110111 1000011 101111 1011 110010 100011

Color Harmonies of #883D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D2D

Black with #883D2D

Text Example


Text Example

White with #883D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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