Html Css Color HEX #883438 Old Brick

📋 copy color: '#883438'

red 136 ◦ green 52 ◦ blue 56

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

Shades of Old Brick #883438

Tints of Old Brick #883438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 55.74%
G = 21.31%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#883438 (or 0x883438) is known color: Old Brick. HEX triplet: 88, 34 and 38. RGB value is (136,52,56). Sum of RGB (Red+Green+Blue) = 136+52+56=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #883438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883438 is #77CBC7. Grayscale: #4D4D4D. Windows color (decimal): -7850952 or 3683464. OLE color: 3683464.

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

Color convert

RGB 136 52 56 -
CMYK 0 0.62 0.59 0.47
HSL 357.14º 0.45% 0.37% -
HSV(B) 357.14º 0.62% 0.53% -
XYZ 12.1 7.98 4.64 -
YUV 77.57 115.83 169.67 -
System Red Green Blue C M Y K H S L
Decimal 136 52 56 0 0.62 0.59 0.47 357.14 0.45 0.37
Hex 88 34 38 0 3E 3B 2F 165 2D 25
Octal 210 64 70 0 76 73 57 545 55 45
Binary 10001000 110100 111000 0 111110 111011 101111 101100101 101101 100101

Color Harmonies of #883438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883438

Black with #883438

Text Example


Text Example

White with #883438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883438; }

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

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

background-color css

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

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

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

border-color css

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

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

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