Html Css Color HEX #853637 Old Brick

📋 copy color: '#853637'

red 133 ◦ green 54 ◦ blue 55

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

Shades of Old Brick #853637

Tints of Old Brick #853637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 54.96%
G = 22.31%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#853637 (or 0x853637) is known color: Old Brick. HEX triplet: 85, 36 and 37. RGB value is (133,54,55). Sum of RGB (Red+Green+Blue) = 133+54+55=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853637 is #7AC9C8. Grayscale: #4D4D4D. Windows color (decimal): -8047049 or 3618437. OLE color: 3618437.

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

Color convert

RGB 133 54 55 -
CMYK 0 0.59 0.59 0.48
HSL 359.24º 0.42% 0.37% -
HSV(B) 359.24º 0.59% 0.52% -
XYZ 11.68 7.9 4.52 -
YUV 77.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 133 54 55 0 0.59 0.59 0.48 359.24 0.42 0.37
Hex 85 36 37 0 3B 3B 30 167 2A 25
Octal 205 66 67 0 73 73 60 547 52 45
Binary 10000101 110110 110111 0 111011 111011 110000 101100111 101010 100101

Color Harmonies of #853637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853637

Black with #853637

Text Example


Text Example

White with #853637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853637; }

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

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

background-color css

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

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

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

border-color css

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

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

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