Html Css Color HEX #883C2D Prairie Sand

📋 copy color: '#883C2D'

red 136 ◦ green 60 ◦ blue 45

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

Shades of Prairie Sand #883C2D

Tints of Prairie Sand #883C2D

RGB

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

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

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

R = 56.43%
G = 24.9%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#883C2D (or 0x883C2D) is known color: Prairie Sand. HEX triplet: 88, 3C and 2D. RGB value is (136,60,45). Sum of RGB (Red+Green+Blue) = 136+60+45=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #883C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C2D is #77C3D2. Grayscale: #515151. Windows color (decimal): -7848915 or 2964616. OLE color: 2964616.

HSL color Cylindrical-coordinate representation of color #883C2D: hue angle of 9.89º 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 #883C2D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 60 45 -
CMYK 0 0.56 0.67 0.47
HSL 9.89º 0.5% 0.35% -
HSV(B) 9.89º 0.67% 0.53% -
XYZ 12.24 8.66 3.51 -
YUV 81.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 136 60 45 0 0.56 0.67 0.47 9.89 0.5 0.35
Hex 88 3C 2D 0 38 43 2F A 32 23
Octal 210 74 55 0 70 103 57 12 62 43
Binary 10001000 111100 101101 0 111000 1000011 101111 1010 110010 100011

Color Harmonies of #883C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C2D

Black with #883C2D

Text Example


Text Example

White with #883C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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