Html Css Color HEX #884135 Prairie Sand

📋 copy color: '#884135'

red 136 ◦ green 65 ◦ blue 53

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

Shades of Prairie Sand #884135

Tints of Prairie Sand #884135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 53 (21.09% from 255) = 20.87%

R = 53.54%
G = 25.59%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#884135 (or 0x884135) is known color: Prairie Sand. HEX triplet: 88, 41 and 35. RGB value is (136,65,53). Sum of RGB (Red+Green+Blue) = 136+65+53=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884135 is #77BECA. Grayscale: #545454. Windows color (decimal): -7847627 or 3490184. OLE color: 3490184.

HSL color Cylindrical-coordinate representation of color #884135: hue angle of 8.67º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884135 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 53 -
CMYK 0 0.52 0.61 0.47
HSL 8.67º 0.44% 0.37% -
HSV(B) 8.67º 0.61% 0.53% -
XYZ 12.69 9.27 4.49 -
YUV 84.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 136 65 53 0 0.52 0.61 0.47 8.67 0.44 0.37
Hex 88 41 35 0 34 3D 2F 9 2C 25
Octal 210 101 65 0 64 75 57 11 54 45
Binary 10001000 1000001 110101 0 110100 111101 101111 1001 101100 100101

Color Harmonies of #884135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884135

Black with #884135

Text Example


Text Example

White with #884135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884135; }

 p { color: rgb(136,65,53); }

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

background-color css

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

 a { background-color: rgb(136,65,53); }

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

border-color css

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

 span { border-color: rgb(136,65,53); }

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