Html Css Color HEX #84333A Old Brick

📋 copy color: '#84333A'

red 132 ◦ green 51 ◦ blue 58

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

Shades of Old Brick #84333A

Tints of Old Brick #84333A

RGB

 RED value IS 132 (51.95% from 255) = 54.77%

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

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

R = 54.77%
G = 21.16%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84333A (or 0x84333A) is known color: Old Brick. HEX triplet: 84, 33 and 3A. RGB value is (132,51,58). Sum of RGB (Red+Green+Blue) = 132+51+58=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84333A is #7BCCC5. Grayscale: #4C4C4C. Windows color (decimal): -8113350 or 3814276. OLE color: 3814276.

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

Color convert

RGB 132 51 58 -
CMYK 0 0.61 0.56 0.48
HSL 354.81º 0.44% 0.36% -
HSV(B) 354.81º 0.61% 0.52% -
XYZ 11.46 7.58 4.86 -
YUV 76.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 132 51 58 0 0.61 0.56 0.48 354.81 0.44 0.36
Hex 84 33 3A 0 3D 38 30 163 2C 24
Octal 204 63 72 0 75 70 60 543 54 44
Binary 10000100 110011 111010 0 111101 111000 110000 101100011 101100 100100

Color Harmonies of #84333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84333A

Black with #84333A

Text Example


Text Example

White with #84333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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