Html Css Color HEX #883238 Old Brick

📋 copy color: '#883238'

red 136 ◦ green 50 ◦ blue 56

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

Shades of Old Brick #883238

Tints of Old Brick #883238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 56.2%
G = 20.66%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#883238 (or 0x883238) is known color: Old Brick. HEX triplet: 88, 32 and 38. RGB value is (136,50,56). Sum of RGB (Red+Green+Blue) = 136+50+56=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883238 is #77CDC7. Grayscale: #4C4C4C. Windows color (decimal): -7851464 or 3682952. OLE color: 3682952.

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

Color convert

RGB 136 50 56 -
CMYK 0 0.63 0.59 0.47
HSL 355.81º 0.46% 0.36% -
HSV(B) 355.81º 0.63% 0.53% -
XYZ 12.01 7.8 4.61 -
YUV 76.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 136 50 56 0 0.63 0.59 0.47 355.81 0.46 0.36
Hex 88 32 38 0 3F 3B 2F 164 2E 24
Octal 210 62 70 0 77 73 57 544 56 44
Binary 10001000 110010 111000 0 111111 111011 101111 101100100 101110 100100

Color Harmonies of #883238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883238

Black with #883238

Text Example


Text Example

White with #883238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883238; }

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

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

background-color css

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

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

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

border-color css

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

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

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