Html Css Color HEX #883436 Old Brick

📋 copy color: '#883436'

red 136 ◦ green 52 ◦ blue 54

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

Shades of Old Brick #883436

Tints of Old Brick #883436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 56.2%
G = 21.49%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#883436 (or 0x883436) is known color: Old Brick. HEX triplet: 88, 34 and 36. RGB value is (136,52,54). Sum of RGB (Red+Green+Blue) = 136+52+54=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883436 is #77CBC9. Grayscale: #4D4D4D. Windows color (decimal): -7850954 or 3552392. OLE color: 3552392.

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

Color convert

RGB 136 52 54 -
CMYK 0 0.62 0.60 0.47
HSL 358.57º 0.45% 0.37% -
HSV(B) 358.57º 0.62% 0.53% -
XYZ 12.05 7.96 4.39 -
YUV 77.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 136 52 54 0 0.62 0.60 0.47 358.57 0.45 0.37
Hex 88 34 36 0 3E 3C 2F 167 2D 25
Octal 210 64 66 0 76 74 57 547 55 45
Binary 10001000 110100 110110 0 111110 111100 101111 101100111 101101 100101

Color Harmonies of #883436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883436

Black with #883436

Text Example


Text Example

White with #883436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883436; }

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

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

background-color css

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

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

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

border-color css

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

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

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