Html Css Color HEX #883038 Old Brick

📋 copy color: '#883038'

red 136 ◦ green 48 ◦ blue 56

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

Shades of Old Brick #883038

Tints of Old Brick #883038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 56.67%
G = 20%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#883038 (or 0x883038) is known color: Old Brick. HEX triplet: 88, 30 and 38. RGB value is (136,48,56). Sum of RGB (Red+Green+Blue) = 136+48+56=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #883038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883038 is #77CFC7. Grayscale: #4B4B4B. Windows color (decimal): -7851976 or 3682440. OLE color: 3682440.

HSL color Cylindrical-coordinate representation of color #883038: hue angle of 354.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883038 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 56 -
CMYK 0 0.65 0.59 0.47
HSL 354.55º 0.48% 0.36% -
HSV(B) 354.55º 0.65% 0.53% -
XYZ 11.92 7.63 4.59 -
YUV 75.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 136 48 56 0 0.65 0.59 0.47 354.55 0.48 0.36
Hex 88 30 38 0 41 3B 2F 163 30 24
Octal 210 60 70 0 101 73 57 543 60 44
Binary 10001000 110000 111000 0 1000001 111011 101111 101100011 110000 100100

Color Harmonies of #883038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883038

Black with #883038

Text Example


Text Example

White with #883038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883038; }

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

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

background-color css

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

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

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

border-color css

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

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

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