Html Css Color HEX #803437 Old Brick

📋 copy color: '#803437'

red 128 ◦ green 52 ◦ blue 55

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

Shades of Old Brick #803437

Tints of Old Brick #803437

RGB

 RED value IS 128 (50.39% from 255) = 54.47%

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

 BLUE value IS 55 (21.88% from 255) = 23.4%

R = 54.47%
G = 22.13%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#803437 (or 0x803437) is known color: Old Brick. HEX triplet: 80, 34 and 37. RGB value is (128,52,55). Sum of RGB (Red+Green+Blue) = 128+52+55=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #803437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803437 is #7FCBC8. Grayscale: #4B4B4B. Windows color (decimal): -8375241 or 3617920. OLE color: 3617920.

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

Color convert

RGB 128 52 55 -
CMYK 0 0.59 0.57 0.50
HSL 357.63º 0.42% 0.35% -
HSV(B) 357.63º 0.59% 0.5% -
XYZ 10.82 7.32 4.46 -
YUV 75.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 128 52 55 0 0.59 0.57 0.50 357.63 0.42 0.35
Hex 80 34 37 0 3B 39 32 166 2A 23
Octal 200 64 67 0 73 71 62 546 52 43
Binary 10000000 110100 110111 0 111011 111001 110010 101100110 101010 100011

Color Harmonies of #803437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803437

Black with #803437

Text Example


Text Example

White with #803437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803437; }

 p { color: rgb(128,52,55); }

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

background-color css

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

 a { background-color: rgb(128,52,55); }

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

border-color css

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

 span { border-color: rgb(128,52,55); }

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