Html Css Color HEX #853638 Old Brick

📋 copy color: '#853638'

red 133 ◦ green 54 ◦ blue 56

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

Shades of Old Brick #853638

Tints of Old Brick #853638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 56 (22.27% from 255) = 23.05%

R = 54.73%
G = 22.22%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#853638 (or 0x853638) is known color: Old Brick. HEX triplet: 85, 36 and 38. RGB value is (133,54,56). Sum of RGB (Red+Green+Blue) = 133+54+56=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #853638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853638 is #7AC9C7. Grayscale: #4D4D4D. Windows color (decimal): -8047048 or 3683973. OLE color: 3683973.

HSL color Cylindrical-coordinate representation of color #853638: hue angle of 358.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853638 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 56 -
CMYK 0 0.59 0.58 0.48
HSL 358.48º 0.42% 0.37% -
HSV(B) 358.48º 0.59% 0.52% -
XYZ 11.71 7.91 4.65 -
YUV 77.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 133 54 56 0 0.59 0.58 0.48 358.48 0.42 0.37
Hex 85 36 38 0 3B 3A 30 166 2A 25
Octal 205 66 70 0 73 72 60 546 52 45
Binary 10000101 110110 111000 0 111011 111010 110000 101100110 101010 100101

Color Harmonies of #853638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853638

Black with #853638

Text Example


Text Example

White with #853638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853638; }

 p { color: rgb(133,54,56); }

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

background-color css

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

 a { background-color: rgb(133,54,56); }

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

border-color css

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

 span { border-color: rgb(133,54,56); }

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