Html Css Color HEX #833335 Old Brick

📋 copy color: '#833335'

red 131 ◦ green 51 ◦ blue 53

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

Shades of Old Brick #833335

Tints of Old Brick #833335

RGB

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

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

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

R = 55.74%
G = 21.7%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#833335 (or 0x833335) is known color: Old Brick. HEX triplet: 83, 33 and 35. RGB value is (131,51,53). Sum of RGB (Red+Green+Blue) = 131+51+53=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #833335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833335 is #7CCCCA. Grayscale: #4B4B4B. Windows color (decimal): -8178891 or 3486595. OLE color: 3486595.

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

Color convert

RGB 131 51 53 -
CMYK 0 0.61 0.60 0.49
HSL 358.5º 0.44% 0.36% -
HSV(B) 358.5º 0.61% 0.51% -
XYZ 11.19 7.45 4.22 -
YUV 75.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 131 51 53 0 0.61 0.60 0.49 358.5 0.44 0.36
Hex 83 33 35 0 3D 3C 31 166 2C 24
Octal 203 63 65 0 75 74 61 546 54 44
Binary 10000011 110011 110101 0 111101 111100 110001 101100110 101100 100100

Color Harmonies of #833335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833335

Black with #833335

Text Example


Text Example

White with #833335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833335; }

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

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

background-color css

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

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

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

border-color css

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

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

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