Html Css Color HEX #853738 Old Brick

📋 copy color: '#853738'

red 133 ◦ green 55 ◦ blue 56

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

Shades of Old Brick #853738

Tints of Old Brick #853738

RGB

 RED value IS 133 (52.34% from 255) = 54.51%

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 54.51%
G = 22.54%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#853738 (or 0x853738) is known color: Old Brick. HEX triplet: 85, 37 and 38. RGB value is (133,55,56). Sum of RGB (Red+Green+Blue) = 133+55+56=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #853738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853738 is #7AC8C7. Grayscale: #4E4E4E. Windows color (decimal): -8046792 or 3684229. OLE color: 3684229.

HSL color Cylindrical-coordinate representation of color #853738: hue angle of 359.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853738 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 56 -
CMYK 0 0.59 0.58 0.48
HSL 359.23º 0.41% 0.37% -
HSV(B) 359.23º 0.59% 0.52% -
XYZ 11.75 8 4.67 -
YUV 78.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 133 55 56 0 0.59 0.58 0.48 359.23 0.41 0.37
Hex 85 37 38 0 3B 3A 30 167 29 25
Octal 205 67 70 0 73 72 60 547 51 45
Binary 10000101 110111 111000 0 111011 111010 110000 101100111 101001 100101

Color Harmonies of #853738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853738

Black with #853738

Text Example


Text Example

White with #853738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853738; }

 p { color: rgb(133,55,56); }

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

background-color css

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

 a { background-color: rgb(133,55,56); }

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

border-color css

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

 span { border-color: rgb(133,55,56); }

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