Html Css Color HEX #853233 Old Brick

📋 copy color: '#853233'

red 133 ◦ green 50 ◦ blue 51

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

Shades of Old Brick #853233

Tints of Old Brick #853233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 56.84%
G = 21.37%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#853233 (or 0x853233) is known color: Old Brick. HEX triplet: 85, 32 and 33. RGB value is (133,50,51). Sum of RGB (Red+Green+Blue) = 133+50+51=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #853233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853233 is #7ACDCC. Grayscale: #4B4B4B. Windows color (decimal): -8048077 or 3355269. OLE color: 3355269.

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

Color convert

RGB 133 50 51 -
CMYK 0 0.62 0.62 0.48
HSL 359.28º 0.45% 0.36% -
HSV(B) 359.28º 0.62% 0.52% -
XYZ 11.41 7.51 3.98 -
YUV 74.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 133 50 51 0 0.62 0.62 0.48 359.28 0.45 0.36
Hex 85 32 33 0 3E 3E 30 167 2D 24
Octal 205 62 63 0 76 76 60 547 55 44
Binary 10000101 110010 110011 0 111110 111110 110000 101100111 101101 100100

Color Harmonies of #853233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853233

Black with #853233

Text Example


Text Example

White with #853233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853233; }

 p { color: rgb(133,50,51); }

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

background-color css

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

 a { background-color: rgb(133,50,51); }

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

border-color css

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

 span { border-color: rgb(133,50,51); }

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