Html Css Color HEX #833638 Old Brick

📋 copy color: '#833638'

red 131 ◦ green 54 ◦ blue 56

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

Shades of Old Brick #833638

Tints of Old Brick #833638

RGB

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

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

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

R = 54.36%
G = 22.41%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#833638 (or 0x833638) is known color: Old Brick. HEX triplet: 83, 36 and 38. RGB value is (131,54,56). Sum of RGB (Red+Green+Blue) = 131+54+56=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #833638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833638 is #7CC9C7. Grayscale: #4D4D4D. Windows color (decimal): -8178120 or 3683971. OLE color: 3683971.

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

Color convert

RGB 131 54 56 -
CMYK 0 0.59 0.57 0.49
HSL 358.44º 0.42% 0.36% -
HSV(B) 358.44º 0.59% 0.51% -
XYZ 11.39 7.75 4.64 -
YUV 77.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 131 54 56 0 0.59 0.57 0.49 358.44 0.42 0.36
Hex 83 36 38 0 3B 39 31 166 2A 24
Octal 203 66 70 0 73 71 61 546 52 44
Binary 10000011 110110 111000 0 111011 111001 110001 101100110 101010 100100

Color Harmonies of #833638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833638

Black with #833638

Text Example


Text Example

White with #833638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833638; }

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

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

background-color css

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

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

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

border-color css

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

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

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