Html Css Color HEX #883538 Old Brick

📋 copy color: '#883538'

red 136 ◦ green 53 ◦ blue 56

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

Shades of Old Brick #883538

Tints of Old Brick #883538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 55.51%
G = 21.63%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#883538 (or 0x883538) is known color: Old Brick. HEX triplet: 88, 35 and 38. RGB value is (136,53,56). Sum of RGB (Red+Green+Blue) = 136+53+56=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #883538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883538 is #77CAC7. Grayscale: #4E4E4E. Windows color (decimal): -7850696 or 3683720. OLE color: 3683720.

HSL color Cylindrical-coordinate representation of color #883538: hue angle of 357.83º 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 #883538 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 53 56 -
CMYK 0 0.61 0.59 0.47
HSL 357.83º 0.44% 0.37% -
HSV(B) 357.83º 0.61% 0.53% -
XYZ 12.14 8.07 4.66 -
YUV 78.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 136 53 56 0 0.61 0.59 0.47 357.83 0.44 0.37
Hex 88 35 38 0 3D 3B 2F 166 2C 25
Octal 210 65 70 0 75 73 57 546 54 45
Binary 10001000 110101 111000 0 111101 111011 101111 101100110 101100 100101

Color Harmonies of #883538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883538

Black with #883538

Text Example


Text Example

White with #883538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883538; }

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

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

background-color css

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

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

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

border-color css

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

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

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