Html Css Color HEX #883435 Old Brick

📋 copy color: '#883435'

red 136 ◦ green 52 ◦ blue 53

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

Shades of Old Brick #883435

Tints of Old Brick #883435

RGB

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

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

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

R = 56.43%
G = 21.58%
B = 21.99%

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

#883435 (or 0x883435) is known color: Old Brick. HEX triplet: 88, 34 and 35. RGB value is (136,52,53). Sum of RGB (Red+Green+Blue) = 136+52+53=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #883435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883435 is #77CBCA. Grayscale: #4D4D4D. Windows color (decimal): -7850955 or 3486856. OLE color: 3486856.

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

Color convert

RGB 136 52 53 -
CMYK 0 0.62 0.61 0.47
HSL 359.29º 0.45% 0.37% -
HSV(B) 359.29º 0.62% 0.53% -
XYZ 12.02 7.95 4.27 -
YUV 77.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 136 52 53 0 0.62 0.61 0.47 359.29 0.45 0.37
Hex 88 34 35 0 3E 3D 2F 167 2D 25
Octal 210 64 65 0 76 75 57 547 55 45
Binary 10001000 110100 110101 0 111110 111101 101111 101100111 101101 100101

Color Harmonies of #883435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883435

Black with #883435

Text Example


Text Example

White with #883435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883435; }

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

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

background-color css

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

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

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

border-color css

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

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

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