Html Css Color HEX #503638 Cab Sav

📋 copy color: '#503638'

red 80 ◦ green 54 ◦ blue 56

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

Shades of Cab Sav #503638

Tints of Cab Sav #503638

RGB

 RED value IS 80 (31.64% from 255) = 42.11%

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

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

R = 42.11%
G = 28.42%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#503638 (or 0x503638) is known color: Cab Sav. HEX triplet: 50, 36 and 38. RGB value is (80,54,56). Sum of RGB (Red+Green+Blue) = 80+54+56=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #503638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503638 is #AFC9C7. Grayscale: #3E3E3E. Windows color (decimal): -11520456 or 3683920. OLE color: 3683920.

HSL color Cylindrical-coordinate representation of color #503638: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503638 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 54 56 -
CMYK 0 0.33 0.30 0.69
HSL 355.38º 0.19% 0.26% -
HSV(B) 355.38º 0.33% 0.31% -
XYZ 5.34 4.63 4.35 -
YUV 62 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 80 54 56 0 0.33 0.30 0.69 355.38 0.19 0.26
Hex 50 36 38 0 21 1E 45 163 13 1A
Octal 120 66 70 0 41 36 105 543 23 32
Binary 1010000 110110 111000 0 100001 11110 1000101 101100011 10011 11010

Color Harmonies of #503638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503638

Black with #503638

Text Example


Text Example

White with #503638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503638; }

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

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

background-color css

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

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

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

border-color css

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

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

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