Html Css Color HEX #853034 Old Brick

📋 copy color: '#853034'

red 133 ◦ green 48 ◦ blue 52

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

Shades of Old Brick #853034

Tints of Old Brick #853034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 57.08%
G = 20.6%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#853034 (or 0x853034) is known color: Old Brick. HEX triplet: 85, 30 and 34. RGB value is (133,48,52). Sum of RGB (Red+Green+Blue) = 133+48+52=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853034 is #7ACFCB. Grayscale: #494949. Windows color (decimal): -8048588 or 3420293. OLE color: 3420293.

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

Color convert

RGB 133 48 52 -
CMYK 0 0.64 0.61 0.48
HSL 357.18º 0.47% 0.35% -
HSV(B) 357.18º 0.64% 0.52% -
XYZ 11.35 7.35 4.07 -
YUV 73.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 133 48 52 0 0.64 0.61 0.48 357.18 0.47 0.35
Hex 85 30 34 0 40 3D 30 165 2F 23
Octal 205 60 64 0 100 75 60 545 57 43
Binary 10000101 110000 110100 0 1000000 111101 110000 101100101 101111 100011

Color Harmonies of #853034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853034

Black with #853034

Text Example


Text Example

White with #853034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853034; }

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

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

background-color css

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

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

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

border-color css

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

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

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