Html Css Color HEX #853739 Old Brick

📋 copy color: '#853739'

red 133 ◦ green 55 ◦ blue 57

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

Shades of Old Brick #853739

Tints of Old Brick #853739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 54.29%
G = 22.45%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#853739 (or 0x853739) is known color: Old Brick. HEX triplet: 85, 37 and 39. RGB value is (133,55,57). Sum of RGB (Red+Green+Blue) = 133+55+57=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #853739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853739 is #7AC8C6. Grayscale: #4E4E4E. Windows color (decimal): -8046791 or 3749765. OLE color: 3749765.

HSL color Cylindrical-coordinate representation of color #853739: hue angle of 358.46º 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 #853739 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 57 -
CMYK 0 0.59 0.57 0.48
HSL 358.46º 0.41% 0.37% -
HSV(B) 358.46º 0.59% 0.52% -
XYZ 11.78 8.01 4.8 -
YUV 78.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 133 55 57 0 0.59 0.57 0.48 358.46 0.41 0.37
Hex 85 37 39 0 3B 39 30 166 29 25
Octal 205 67 71 0 73 71 60 546 51 45
Binary 10000101 110111 111001 0 111011 111001 110000 101100110 101001 100101

Color Harmonies of #853739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853739

Black with #853739

Text Example


Text Example

White with #853739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853739; }

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

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

background-color css

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

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

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

border-color css

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

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

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