Html Css Color HEX #85333A Old Brick

📋 copy color: '#85333A'

red 133 ◦ green 51 ◦ blue 58

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

Shades of Old Brick #85333A

Tints of Old Brick #85333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 54.96%
G = 21.07%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85333A (or 0x85333A) is known color: Old Brick. HEX triplet: 85, 33 and 3A. RGB value is (133,51,58). Sum of RGB (Red+Green+Blue) = 133+51+58=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85333A is #7ACCC5. Grayscale: #4C4C4C. Windows color (decimal): -8047814 or 3814277. OLE color: 3814277.

HSL color Cylindrical-coordinate representation of color #85333A: hue angle of 354.88º 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 #85333A is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 51 58 -
CMYK 0 0.62 0.56 0.48
HSL 354.88º 0.45% 0.36% -
HSV(B) 354.88º 0.62% 0.52% -
XYZ 11.62 7.66 4.87 -
YUV 76.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 133 51 58 0 0.62 0.56 0.48 354.88 0.45 0.36
Hex 85 33 3A 0 3E 38 30 163 2D 24
Octal 205 63 72 0 76 70 60 543 55 44
Binary 10000101 110011 111010 0 111110 111000 110000 101100011 101101 100100

Color Harmonies of #85333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85333A

Black with #85333A

Text Example


Text Example

White with #85333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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