Html Css Color HEX #853537 Old Brick

📋 copy color: '#853537'

red 133 ◦ green 53 ◦ blue 55

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

Shades of Old Brick #853537

Tints of Old Brick #853537

RGB

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

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

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

R = 55.19%
G = 21.99%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#853537 (or 0x853537) is known color: Old Brick. HEX triplet: 85, 35 and 37. RGB value is (133,53,55). Sum of RGB (Red+Green+Blue) = 133+53+55=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853537 is #7ACAC8. Grayscale: #4D4D4D. Windows color (decimal): -8047305 or 3618181. OLE color: 3618181.

HSL color Cylindrical-coordinate representation of color #853537: hue angle of 358.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853537 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 55 -
CMYK 0 0.60 0.59 0.48
HSL 358.5º 0.43% 0.36% -
HSV(B) 358.5º 0.6% 0.52% -
XYZ 11.64 7.81 4.51 -
YUV 77.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 133 53 55 0 0.60 0.59 0.48 358.5 0.43 0.36
Hex 85 35 37 0 3C 3B 30 166 2B 24
Octal 205 65 67 0 74 73 60 546 53 44
Binary 10000101 110101 110111 0 111100 111011 110000 101100110 101011 100100

Color Harmonies of #853537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853537

Black with #853537

Text Example


Text Example

White with #853537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853537; }

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

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

background-color css

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

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

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

border-color css

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

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

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