Html Css Color HEX #853439 Old Brick

📋 copy color: '#853439'

red 133 ◦ green 52 ◦ blue 57

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

Shades of Old Brick #853439

Tints of Old Brick #853439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 54.96%
G = 21.49%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#853439 (or 0x853439) is known color: Old Brick. HEX triplet: 85, 34 and 39. RGB value is (133,52,57). Sum of RGB (Red+Green+Blue) = 133+52+57=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853439 is #7ACBC6. Grayscale: #4C4C4C. Windows color (decimal): -8047559 or 3748997. OLE color: 3748997.

HSL color Cylindrical-coordinate representation of color #853439: hue angle of 356.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853439 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 57 -
CMYK 0 0.61 0.57 0.48
HSL 356.3º 0.44% 0.36% -
HSV(B) 356.3º 0.61% 0.52% -
XYZ 11.64 7.74 4.75 -
YUV 76.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 133 52 57 0 0.61 0.57 0.48 356.3 0.44 0.36
Hex 85 34 39 0 3D 39 30 164 2C 24
Octal 205 64 71 0 75 71 60 544 54 44
Binary 10000101 110100 111001 0 111101 111001 110000 101100100 101100 100100

Color Harmonies of #853439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853439

Black with #853439

Text Example


Text Example

White with #853439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853439; }

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

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

background-color css

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

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

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

border-color css

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

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

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