Html Css Color HEX #883335 Old Brick

📋 copy color: '#883335'

red 136 ◦ green 51 ◦ blue 53

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

Shades of Old Brick #883335

Tints of Old Brick #883335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 56.67%
G = 21.25%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#883335 (or 0x883335) is known color: Old Brick. HEX triplet: 88, 33 and 35. RGB value is (136,51,53). Sum of RGB (Red+Green+Blue) = 136+51+53=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #883335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883335 is #77CCCA. Grayscale: #4C4C4C. Windows color (decimal): -7851211 or 3486600. OLE color: 3486600.

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

Color convert

RGB 136 51 53 -
CMYK 0 0.62 0.61 0.47
HSL 358.59º 0.45% 0.37% -
HSV(B) 358.59º 0.63% 0.53% -
XYZ 11.98 7.86 4.25 -
YUV 76.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 136 51 53 0 0.62 0.61 0.47 358.59 0.45 0.37
Hex 88 33 35 0 3E 3D 2F 167 2D 25
Octal 210 63 65 0 76 75 57 547 55 45
Binary 10001000 110011 110101 0 111110 111101 101111 101100111 101101 100101

Color Harmonies of #883335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883335

Black with #883335

Text Example


Text Example

White with #883335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883335; }

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

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

background-color css

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

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

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

border-color css

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

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

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