Html Css Color HEX #833435 Old Brick

📋 copy color: '#833435'

red 131 ◦ green 52 ◦ blue 53

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

Shades of Old Brick #833435

Tints of Old Brick #833435

RGB

 RED value IS 131 (51.56% from 255) = 55.51%

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 55.51%
G = 22.03%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#833435 (or 0x833435) is known color: Old Brick. HEX triplet: 83, 34 and 35. RGB value is (131,52,53). Sum of RGB (Red+Green+Blue) = 131+52+53=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #833435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833435 is #7CCBCA. Grayscale: #4B4B4B. Windows color (decimal): -8178635 or 3486851. OLE color: 3486851.

HSL color Cylindrical-coordinate representation of color #833435: hue angle of 359.24º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833435 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 53 -
CMYK 0 0.60 0.60 0.49
HSL 359.24º 0.43% 0.36% -
HSV(B) 359.24º 0.6% 0.51% -
XYZ 11.23 7.54 4.23 -
YUV 75.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 131 52 53 0 0.60 0.60 0.49 359.24 0.43 0.36
Hex 83 34 35 0 3C 3C 31 167 2B 24
Octal 203 64 65 0 74 74 61 547 53 44
Binary 10000011 110100 110101 0 111100 111100 110001 101100111 101011 100100

Color Harmonies of #833435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833435

Black with #833435

Text Example


Text Example

White with #833435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833435; }

 p { color: rgb(131,52,53); }

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

background-color css

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

 a { background-color: rgb(131,52,53); }

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

border-color css

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

 span { border-color: rgb(131,52,53); }

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