Html Css Color HEX #833033 Old Brick

📋 copy color: '#833033'

red 131 ◦ green 48 ◦ blue 51

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

Shades of Old Brick #833033

Tints of Old Brick #833033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 51 (20.31% from 255) = 22.17%

R = 56.96%
G = 20.87%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#833033 (or 0x833033) is known color: Old Brick. HEX triplet: 83, 30 and 33. RGB value is (131,48,51). Sum of RGB (Red+Green+Blue) = 131+48+51=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #833033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833033 is #7CCFCC. Grayscale: #494949. Windows color (decimal): -8179661 or 3354755. OLE color: 3354755.

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

Color convert

RGB 131 48 51 -
CMYK 0 0.63 0.61 0.49
HSL 357.83º 0.46% 0.35% -
HSV(B) 357.83º 0.63% 0.51% -
XYZ 11.01 7.18 3.94 -
YUV 73.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 131 48 51 0 0.63 0.61 0.49 357.83 0.46 0.35
Hex 83 30 33 0 3F 3D 31 166 2E 23
Octal 203 60 63 0 77 75 61 546 56 43
Binary 10000011 110000 110011 0 111111 111101 110001 101100110 101110 100011

Color Harmonies of #833033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833033

Black with #833033

Text Example


Text Example

White with #833033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833033; }

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

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

background-color css

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

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

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

border-color css

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

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

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