Html Css Color HEX #883337 Old Brick

📋 copy color: '#883337'

red 136 ◦ green 51 ◦ blue 55

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

Shades of Old Brick #883337

Tints of Old Brick #883337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 56.2%
G = 21.07%
B = 22.73%

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

#883337 (or 0x883337) is known color: Old Brick. HEX triplet: 88, 33 and 37. RGB value is (136,51,55). Sum of RGB (Red+Green+Blue) = 136+51+55=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883337 is #77CCC8. Grayscale: #4C4C4C. Windows color (decimal): -7851209 or 3617672. OLE color: 3617672.

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

Color convert

RGB 136 51 55 -
CMYK 0 0.62 0.60 0.47
HSL 357.18º 0.45% 0.37% -
HSV(B) 357.18º 0.63% 0.53% -
XYZ 12.03 7.88 4.5 -
YUV 76.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 136 51 55 0 0.62 0.60 0.47 357.18 0.45 0.37
Hex 88 33 37 0 3E 3C 2F 165 2D 25
Octal 210 63 67 0 76 74 57 545 55 45
Binary 10001000 110011 110111 0 111110 111100 101111 101100101 101101 100101

Color Harmonies of #883337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883337

Black with #883337

Text Example


Text Example

White with #883337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883337; }

 p { color: rgb(136,51,55); }

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

background-color css

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

 a { background-color: rgb(136,51,55); }

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

border-color css

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

 span { border-color: rgb(136,51,55); }

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