Html Css Color HEX #853335 Old Brick

📋 copy color: '#853335'

red 133 ◦ green 51 ◦ blue 53

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

Shades of Old Brick #853335

Tints of Old Brick #853335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.36%

R = 56.12%
G = 21.52%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#853335 (or 0x853335) is known color: Old Brick. HEX triplet: 85, 33 and 35. RGB value is (133,51,53). Sum of RGB (Red+Green+Blue) = 133+51+53=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853335 is #7ACCCA. Grayscale: #4B4B4B. Windows color (decimal): -8047819 or 3486597. OLE color: 3486597.

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

Color convert

RGB 133 51 53 -
CMYK 0 0.62 0.60 0.48
HSL 358.54º 0.45% 0.36% -
HSV(B) 358.54º 0.62% 0.52% -
XYZ 11.5 7.61 4.23 -
YUV 75.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 133 51 53 0 0.62 0.60 0.48 358.54 0.45 0.36
Hex 85 33 35 0 3E 3C 30 167 2D 24
Octal 205 63 65 0 76 74 60 547 55 44
Binary 10000101 110011 110101 0 111110 111100 110000 101100111 101101 100100

Color Harmonies of #853335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853335

Black with #853335

Text Example


Text Example

White with #853335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853335; }

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

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

background-color css

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

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

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

border-color css

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

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

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